X-Git-Url: https://git.llucax.com/z.facultad/75.42/plaqui.git/blobdiff_plain/69f9b2a4a210cf2933c2da844183a199ba7ff5da..f6e29f2008bf5f440000fb647a4782136929c1a1:/Constructor/y.cpp diff --git a/Constructor/y.cpp b/Constructor/y.cpp index 71e2367..414bee6 100644 --- a/Constructor/y.cpp +++ b/Constructor/y.cpp @@ -20,7 +20,7 @@ bool Y::on_button_press_event(GdkEventButton *event) { int w,h; if ((event->type == GDK_BUTTON_PRESS) && (event->button == 3 )){ - image = null; //como hago para actualizar????? + image = null; image->render_to_drawable(get_window(),get_style()->get_black_gc(),0,0,0,0,image->get_width(),image->get_height(),Gdk::RGB_DITHER_NONE,0,0); imgActual++; switch (imgActual) {