Forgot to set the parent.

This commit is contained in:
dfighter1985 2013-05-10 00:28:29 +02:00
parent c030ad755d
commit 43019419af

View file

@ -3298,6 +3298,8 @@ namespace NLGUI
else
g->addView( v );
v->setParent( g );
// Invalidate so it shows up!
v->invalidateCoords();