mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-27 03:16:58 +00:00
Fix regression bug introduced in 0.9.2: ENTER/TAB/ESC keys didn't work in ListBox widget.
This commit is contained in:
parent
805a0333d7
commit
b599f0f85a
@ -252,7 +252,7 @@ bool ListBox::onProcessMessage(Message* msg)
|
||||
}
|
||||
break;
|
||||
default:
|
||||
return false;
|
||||
return Widget::onProcessMessage(msg);
|
||||
}
|
||||
|
||||
selectIndex(MID(0, select, bottom));
|
||||
|
Loading…
Reference in New Issue
Block a user