From 7beb25e3f39b640656830d51acd7db6b744ca8ac Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Mon, 6 Oct 2003 00:47:16 +0000 Subject: [PATCH] =?utf8?q?Se=20hace=20que=20el=20bot=C3=B3n=20Agregar=20no?= =?utf8?q?=20redibuje.?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- callbacks.cpp | 2 -- 1 file changed, 2 deletions(-) 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, -- 2.43.0