editbox didn't draw children.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@1123 dfc29bdd-3216-0410-991c-e03cc46cb475
master
bitplane 2007-12-22 01:34:57 +00:00
parent 0b391b0380
commit 6c7fa2438e
1 changed files with 3 additions and 0 deletions

View File

@ -825,6 +825,9 @@ void CGUIEditBox::draw()
false, true, &localClipRect);
}
}
// draw children
IGUIElement::draw();
}