mirror of https://github.com/aseprite/aseprite.git
Don't close IntEntry's popup in case of FOCUSLEAVE message
This commit is contained in:
parent
cbb5809c10
commit
9076ee13ea
|
|
@ -69,10 +69,6 @@ bool IntEntry::onProcessMessage(Message* msg)
|
|||
openPopup();
|
||||
break;
|
||||
|
||||
case JM_FOCUSLEAVE:
|
||||
closePopup();
|
||||
break;
|
||||
|
||||
case JM_WHEEL:
|
||||
if (isEnabled()) {
|
||||
int oldValue = getValue();
|
||||
|
|
|
|||
Loading…
Reference in New Issue