]> git.llucax.com Git - z.facultad/75.42/plaqui.git/blobdiff - Client/src/item_exclusa.cpp
Se agrega la consante INFINITO pendiente desde el primer commit :-)
[z.facultad/75.42/plaqui.git] / Client / src / item_exclusa.cpp
index d09ad8a1f5bb44eb1859127cd9febfe2384d764e..4a3e7b40b43db32073cef67222bf0ff61086cd90 100644 (file)
@@ -37,7 +37,7 @@ ViewExclusa::~ViewExclusa()
 
 bool ViewExclusa::on_image_expose_event(GdkEventExpose *e)
 {
-       Glib::RefPtr<Gdk::Colormap> colormap = image.get_colormap();
+       Glib::RefPtr<Gdk::Colormap> colormap = Gtk::Widget::get_default_colormap();
        colormap->alloc_color(color);
        gc->set_foreground(color);
        gc->set_background(color);