From 4460b1f4e8e6417f12630963a46325b2e107c1d7 Mon Sep 17 00:00:00 2001 From: dooglus Date: Sun, 20 Apr 2008 15:35:48 +0000 Subject: [PATCH] Fix silly typo in last commit. git-svn-id: http://svn.voria.com/code@2024 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/workarea.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-studio/trunk/src/gtkmm/workarea.cpp b/synfig-studio/trunk/src/gtkmm/workarea.cpp index 5f17dc1..c4ab7d7 100644 --- a/synfig-studio/trunk/src/gtkmm/workarea.cpp +++ b/synfig-studio/trunk/src/gtkmm/workarea.cpp @@ -1374,7 +1374,7 @@ WorkArea::on_drawing_area_event(GdkEvent *event) if (get_canvas_view()->canvas_interface()-> change_value(synfigapp::ValueDesc(parent_value_node, parent_value_node->get_link_index_from_name("split")), - true); + true)) { // rebuild the ducks from scratch, so the tangents ducks aren't connected get_canvas_view()->rebuild_ducks(); -- 2.7.4