Don't close IntEntry's popup in case of FOCUSLEAVE message

This commit is contained in:
David Capello 2013-03-30 20:50:43 -03:00
parent cbb5809c10
commit 9076ee13ea

View File

@ -69,10 +69,6 @@ bool IntEntry::onProcessMessage(Message* msg)
openPopup(); openPopup();
break; break;
case JM_FOCUSLEAVE:
closePopup();
break;
case JM_WHEEL: case JM_WHEEL:
if (isEnabled()) { if (isEnabled()) {
int oldValue = getValue(); int oldValue = getValue();