mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-06 06:58:15 +00:00
Don't eat all keystrokes on ui::TextBox::onProcessMessage()
This commit is contained in:
parent
ff166107ed
commit
0a01828ffe
@ -86,7 +86,7 @@ bool TextBox::onProcessMessage(Message* msg)
|
||||
break;
|
||||
|
||||
default:
|
||||
return false;
|
||||
return Widget::onProcessMessage(msg);
|
||||
}
|
||||
}
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user