Posref changes in the editor should apply...

--HG--
branch : dfighter-tools
hg/feature/light_cycle
dfighter1985 10 years ago
parent 2603ad3a2b
commit 86007c9156

@ -226,13 +226,13 @@ namespace NLGUI
else
if( name == "posref" )
{
convertHotSpot( value.c_str() );
_PosRef = convertHotSpot( value.c_str() );
return;
}
else
if( name == "parentposref" )
{
convertHotSpot( value.c_str() );
_ParentPosRef = convertHotSpot( value.c_str() );
}
else
if( name == "sizeref" )

@ -2683,6 +2683,8 @@ namespace NLGUI
e->setParentSize( g );
g->addElement( e );
//e->setName( "==MARKED==" );
draggedElement = NULL;
onWidgetMoved( oldid, e->getId() );

Loading…
Cancel
Save