mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-30 06:32:42 +00:00
Fix hanging when switching focus between different editable comboboxes
This bug was fixed before with d1799c037abc011e79663892f52e0e2e0b5c5334 but then returned with 549404c2166e2c78e841836efd6c543b0a8439ca
This commit is contained in:
parent
549404c216
commit
a0c2237839
@ -364,11 +364,6 @@ bool ComboBox::onProcessMessage(Message* msg)
|
||||
}
|
||||
break;
|
||||
|
||||
case kFocusEnterMessage:
|
||||
if (isEditable())
|
||||
m_entry->requestFocus();
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
return Widget::onProcessMessage(msg);
|
||||
|
Loading…
x
Reference in New Issue
Block a user