Commit 187c56cc authored by cutealien's avatar cutealien

comment added

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4430 dfc29bdd-3216-0410-991c-e03cc46cb475
parent a6ce50ea
......@@ -1035,7 +1035,7 @@ bool CGUIEditBox::processMouse(const SEvent& event)
}
break;
case EMIE_LMOUSE_PRESSED_DOWN:
if (!Environment->hasFocus(this))
if (!Environment->hasFocus(this)) // can happen when events are manually send to the element
{
BlinkStartTime = os::Timer::getTime();
MouseMarking = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment