X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/e7bc59fe98396b7c67024911b03bf1e08728df3e..16f64e28170d4473eebaa309d3082785c32b809c:/Client/src/item_exclusa.cpp?ds=sidebyside diff --git a/Client/src/item_exclusa.cpp b/Client/src/item_exclusa.cpp index d09ad8a..4a3e7b4 100644 --- a/Client/src/item_exclusa.cpp +++ b/Client/src/item_exclusa.cpp @@ -37,7 +37,7 @@ ViewExclusa::~ViewExclusa() bool ViewExclusa::on_image_expose_event(GdkEventExpose *e) { - Glib::RefPtr colormap = image.get_colormap(); + Glib::RefPtr colormap = Gtk::Widget::get_default_colormap(); colormap->alloc_color(color); gc->set_foreground(color); gc->set_background(color);