forked from Mirrorlandia_minetest/irrlicht
Fix comment
(was from earlier failed experiment) git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6211 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
parent
22a7280e95
commit
af07435064
@ -854,7 +854,6 @@ void CGUIEditWorkspace::clearParentElements()
|
|||||||
if ( el->isMyChild(Environment->getFocus()) )
|
if ( el->isMyChild(Environment->getFocus()) )
|
||||||
Environment->setFocus(0);
|
Environment->setFocus(0);
|
||||||
|
|
||||||
// remove all children except first one (EditorWindow)
|
|
||||||
while (!el->getChildren().empty())
|
while (!el->getChildren().empty())
|
||||||
{
|
{
|
||||||
el->removeChild(*(el->getChildren().begin()));
|
el->removeChild(*(el->getChildren().begin()));
|
||||||
|
Loading…
Reference in New Issue
Block a user