From: dooglus Date: Mon, 7 Apr 2008 15:15:57 +0000 (+0000) Subject: After adding a circle, refresh the ducks to reflect that the new layer(s) are selected. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=9e5f3fdabe900f176be3dc4fc42595836ec53068;p=synfig.git 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 --- 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(); }