Revision: 2343
http://synfig.svn.sourceforge.net/synfig/?rev=2343&view=rev
Author: gballintijn
Date: 2009-02-13 16:45:12 +0000 (Fri, 13 Feb 2009)
Log Message:
-----------
#2574520: Complete the fix in r2033.
Add the rest of the types of value nodes that should be ignored by the
curves panel. This patch extends r2033, which fixes issue #2060732.
Modified Paths:
--------------
synfig-studio/trunk/src/gtkmm/widget_curves.cpp
Modified: synfig-studio/trunk/src/gtkmm/widget_curves.cpp
===================================================================
--- synfig-studio/trunk/src/gtkmm/widget_curves.cpp 2009-02-13 16:08:08 UTC
(rev 2342)
+++ synfig-studio/trunk/src/gtkmm/widget_curves.cpp 2009-02-13 16:45:12 UTC
(rev 2343)
@@ -294,7 +294,10 @@
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;
}
};
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl