Refresh curves widget after clear it to not show inconsistent curves.
authorCarlos Lopez <carlos@pcnuevo.(none)>
Wed, 15 Jul 2009 22:18:58 +0000 (00:18 +0200)
committerCarlos Lopez <carlos@pcnuevo.(none)>
Thu, 16 Jul 2009 12:55:55 +0000 (14:55 +0200)
synfig-studio/trunk/src/gtkmm/dock_curves.cpp

index bc1a73c..9268fc2 100644 (file)
@@ -93,6 +93,7 @@ _curve_selection_changed(Gtk::TreeView* param_tree_view,Widget_Curves* curves)
        if(!param_tree_view->get_selection()->count_selected_rows())
        {
                curves->clear();
+               curves->refresh();
                return;
        }