Don't reject an action property just because it's empty...

This commit is contained in:
dfighter1985 2014-10-13 18:55:17 +02:00
parent 3511589f2f
commit 7af967cc7b

View file

@ -728,9 +728,6 @@ namespace GUIEditor
{
std::string j = element->getProperty( prop.propName );
if( j.empty() )
return;
QtProperty *pp = actionMgr->addProperty( prop.propName.c_str() );
if( pp == NULL )
return;