VikLayersPanel's actions fired from menu produce two redraw: - one due to "update" signal - another due to explicit redraw call in menu's callback functions
Signed-off-by: Guilhem Bonnefille <guilhem.bonnefi...@gmail.com> --- src/vikwindow.c | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/vikwindow.c b/src/vikwindow.c index 2cc7feb..f444b87 100644 --- a/src/vikwindow.c +++ b/src/vikwindow.c @@ -1343,7 +1343,6 @@ static void menu_copy_layer_cb ( GtkAction *a, VikWindow *vw ) static void menu_cut_layer_cb ( GtkAction *a, VikWindow *vw ) { vik_layers_panel_cut_selected ( vw->viking_vlp ); - draw_update ( vw ); vw->modified = TRUE; } @@ -1351,7 +1350,6 @@ static void menu_paste_layer_cb ( GtkAction *a, VikWindow *vw ) { if ( a_clipboard_paste ( vw->viking_vlp ) ) { - draw_update ( vw ); vw->modified = TRUE; } } -- tg: (67567a4..) t/fix/remove-duplicate-redraw (depends on: t/fix/vlp-update) ------------------------------------------------------------------------------ All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-d2dcopy2 _______________________________________________ Viking-devel mailing list Viking-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/viking-devel Viking home page: http://viking.sf.net/