mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2025-01-04 15:13:59 +00:00
Don't reject an action property just because it's empty...
This commit is contained in:
parent
d7d7a35b9a
commit
91350ec60f
1 changed files with 0 additions and 3 deletions
|
@ -728,9 +728,6 @@ namespace GUIEditor
|
||||||
{
|
{
|
||||||
std::string j = element->getProperty( prop.propName );
|
std::string j = element->getProperty( prop.propName );
|
||||||
|
|
||||||
if( j.empty() )
|
|
||||||
return;
|
|
||||||
|
|
||||||
QtProperty *pp = actionMgr->addProperty( prop.propName.c_str() );
|
QtProperty *pp = actionMgr->addProperty( prop.propName.c_str() );
|
||||||
if( pp == NULL )
|
if( pp == NULL )
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in a new issue