X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdock_curves.cpp;h=9268fc20617a0399fcfbf0375f5f2ee305dfe3f4;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=7c81e8959ae50cb4673a5eb3b93d768539a3bf40;hpb=837b63e9fb829d66d43f4f169861f8979f76820d;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dock_curves.cpp b/synfig-studio/trunk/src/gtkmm/dock_curves.cpp index 7c81e89..9268fc2 100644 --- a/synfig-studio/trunk/src/gtkmm/dock_curves.cpp +++ b/synfig-studio/trunk/src/gtkmm/dock_curves.cpp @@ -47,6 +47,8 @@ #include #include "widget_timeslider.h" +#include "general.h" + #endif /* === U S I N G =========================================================== */ @@ -91,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; }