editbox didn't draw children.
git-svn-id: http://svn.code.sf.net/p/irrlicht/code/trunk@1123 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
a41750940e
commit
e7dec2ab25
@ -825,6 +825,9 @@ void CGUIEditBox::draw()
|
||||
false, true, &localClipRect);
|
||||
}
|
||||
}
|
||||
|
||||
// draw children
|
||||
IGUIElement::draw();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user