From 9e5f3fdabe900f176be3dc4fc42595836ec53068 Mon Sep 17 00:00:00 2001 From: dooglus Date: Mon, 7 Apr 2008 15:15:57 +0000 Subject: [PATCH] After adding a circle, refresh the ducks to reflect that the new layer(s) are selected. git-svn-id: http://svn.voria.com/code@1970 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/state_circle.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/synfig-studio/trunk/src/gtkmm/state_circle.cpp b/synfig-studio/trunk/src/gtkmm/state_circle.cpp index 3a1d4ac..9196ce9 100644 --- a/synfig-studio/trunk/src/gtkmm/state_circle.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_circle.cpp @@ -490,6 +490,8 @@ StateCircle_Context::~StateCircle_Context() // Refresh the work area get_work_area()->queue_draw(); + get_canvas_view()->queue_rebuild_ducks(); + App::toolbox->refresh(); } -- 2.7.4