mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-18 05:11:42 +00:00
Forgot to set the parent.
--HG-- branch : gsoc2012-gui-editor
This commit is contained in:
parent
337f93a233
commit
057960d056
1 changed files with 2 additions and 0 deletions
|
@ -3298,6 +3298,8 @@ namespace NLGUI
|
||||||
else
|
else
|
||||||
g->addView( v );
|
g->addView( v );
|
||||||
|
|
||||||
|
v->setParent( g );
|
||||||
|
|
||||||
// Invalidate so it shows up!
|
// Invalidate so it shows up!
|
||||||
v->invalidateCoords();
|
v->invalidateCoords();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue