From: Leandro Lucarella Date: Mon, 6 Oct 2003 00:47:16 +0000 (+0000) Subject: Se hace que el botón Agregar no redibuje. X-Git-Tag: svn_import~9 X-Git-Url: https://git.llucax.com/z.facultad/75.42/figuras.git/commitdiff_plain/7beb25e3f39b640656830d51acd7db6b744ca8ac Se hace que el botón Agregar no redibuje. --- diff --git a/callbacks.cpp b/callbacks.cpp index 5f51614..1dedd96 100644 --- a/callbacks.cpp +++ b/callbacks.cpp @@ -133,8 +133,6 @@ void on_button_agregar_clicked(GtkButton* button, gpointer user_data) { } // Agrego la figura nueva al dibujo. win->dibujo.agregar_figura(figura); - // Indico que se debe redibujar para que se vean los cambios. - gtk_widget_queue_draw(GTK_WIDGET(win->drawingarea)); } gboolean on_window_delete_event(GtkWidget* widget, GdkEvent* event,