From: dooglus Date: Sun, 20 Apr 2008 15:35:48 +0000 (+0000) Subject: Fix silly typo in last commit. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=4460b1f4e8e6417f12630963a46325b2e107c1d7;p=synfig.git Fix silly typo in last commit. git-svn-id: http://svn.voria.com/code@2024 1f10aa63-cdf2-0310-b900-c93c546f37ac --- 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();