Module: synfig
Branch: master
Commit: 44ab8432eb1a1e3c0bbcef8ac1fbe7a5cdcaedc8
URL:    
http://synfig.git.sourceforge.net/git/gitweb.cgi?p=synfig;a=commit;h=44ab8432eb1a1e3c0bbcef8ac1fbe7a5cdcaedc8

Author: Carlos Lopez <car...@pcnuevo.(none)>
Date:   Thu Jul 16 00:18:58 2009 +0200

Refresh curves widget after clear it to not show inconsistent curves.

---

 synfig-studio/trunk/src/gtkmm/dock_curves.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/synfig-studio/trunk/src/gtkmm/dock_curves.cpp 
b/synfig-studio/trunk/src/gtkmm/dock_curves.cpp
index bc1a73c..9268fc2 100644
--- a/synfig-studio/trunk/src/gtkmm/dock_curves.cpp
+++ b/synfig-studio/trunk/src/gtkmm/dock_curves.cpp
@@ -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;
        }
 


------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Synfig-devl mailing list
Synfig-devl@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to