mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Don't reject an action property just because it's empty...
--HG-- branch : dfighter-tools
This commit is contained in:
parent
22a1d39ac7
commit
fae1e39039
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue