mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
Posref changes in the editor should apply...
This commit is contained in:
parent
c017de0212
commit
13ce42c75b
2 changed files with 4 additions and 2 deletions
|
@ -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…
Reference in a new issue