X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fwidget_curves.cpp;h=b4a567876944c55ff73057a8cde5a8b72bc93fb1;hb=f95ea50783dff336317c7a4fe381a97c45adc6b8;hp=cef497781cd32b5d069e19b6171137675ebb5805;hpb=de6b5bb9824313ddedc0fb5e3b4bdaae2ff09882;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/widget_curves.cpp b/synfig-studio/trunk/src/gtkmm/widget_curves.cpp index cef4977..b4a5678 100644 --- a/synfig-studio/trunk/src/gtkmm/widget_curves.cpp +++ b/synfig-studio/trunk/src/gtkmm/widget_curves.cpp @@ -6,6 +6,7 @@ ** ** \legal ** Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley +** Copyright (c) 2008 Gerco Ballintijn ** ** This package is free software; you can redistribute it and/or ** modify it under the terms of the GNU General Public License as @@ -293,7 +294,10 @@ struct studio::Widget_Curves::CurveStruct : sigc::trackable static bool is_not_supported(const synfigapp::ValueDesc& x) { return x.get_value_type() == ValueBase::TYPE_STRING - || x.get_value_type() == ValueBase::TYPE_CANVAS; + || x.get_value_type() == ValueBase::TYPE_CANVAS + || x.get_value_type() == ValueBase::TYPE_GRADIENT + || x.get_value_type() == ValueBase::TYPE_LIST + || x.get_value_type() == ValueBase::TYPE_SEGMENT; } };