X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fdock_curves.cpp;h=9268fc20617a0399fcfbf0375f5f2ee305dfe3f4;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=cca1a85c96866c2a8df93e07c3406ecb42be5724;hpb=c34eaa5441242b3e9a7b7645e9ee4983d14eae85;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/dock_curves.cpp b/synfig-studio/trunk/src/gtkmm/dock_curves.cpp index cca1a85..9268fc2 100644 --- a/synfig-studio/trunk/src/gtkmm/dock_curves.cpp +++ b/synfig-studio/trunk/src/gtkmm/dock_curves.cpp @@ -1,8 +1,8 @@ /* === S Y N F I G ========================================================= */ -/*! \file dock_params.cpp +/*! \file dock_curves.cpp ** \brief Template File ** -** $Id: dock_curves.cpp,v 1.1.1.1 2005/01/07 03:34:36 darco Exp $ +** $Id$ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley @@ -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; }