]> Creatis software - cpPlugins.git/blobdiff - lib/cpPlugins/Interface/Parameters.cxx
Parameters are now part of the pipeline update process
[cpPlugins.git] / lib / cpPlugins / Interface / Parameters.cxx
index d2ae7f16fec1a041f3fdd33f630614d1cfab60d8..b02168b43c60ad92be24bbdc6e03831a975a3474 100644 (file)
@@ -380,7 +380,7 @@ cpPlugins_Parameters_Add( Real );
     TParameters::iterator i = this->m_Parameters.find( name );  \
     if( i == this->m_Parameters.end( ) )                        \
       return;                                                   \
-    if( i->second.first != Self::Y )                            \
+    if( i->second.first != Self::Y##List )                      \
       return;                                                   \
     i->second.second.second = "";                               \
     this->Modified( );                                          \