Forgot to set the parent.

--HG--
branch : gsoc2012-gui-editor
hg/feature/sse2
dfighter1985 12 years ago
parent 337f93a233
commit 057960d056

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

Loading…
Cancel
Save