CHANGED: #1471 CCtrlTextButton created CViewText shouldn't be serialized.

--HG--
branch : gsoc2012-gui-editor
hg/feature/sse2
dfighter1985 13 years ago
parent 0e33091e27
commit 94a6fe7595

@ -508,6 +508,7 @@ namespace NLGUI
else
_ViewText= new CViewText(CViewBase::TCtorParam());
_ViewText->setId(_Id+"_text");
_ViewText->setSerializable( false );
_ViewText->parseTextOptions(cur);
_ViewText->setAvoidResizeParent(avoidResizeParent());
if(_IsViewTextId)

@ -1353,8 +1353,7 @@ namespace NLGUI
if (parentGroup->getElement(view->getId()) != NULL)
{
// Remove old groupe and replace
// TODO: Don't save widgets created by complex widgets
if ( true /*reload*/)
if ( reload )
parentGroup->delElement (view->getId());
else
{

Loading…
Cancel
Save