Forgot to set the parent.
This commit is contained in:
parent
c030ad755d
commit
43019419af
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