mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-29 19:20:09 +00:00
Minor change in Manager::processFocusMovementMessage
This commit is contained in:
parent
128ba90394
commit
d444f5b78e
@ -1533,6 +1533,9 @@ void Manager::broadcastKeyMsg(Message* msg)
|
||||
Focus Movement
|
||||
***********************************************************************/
|
||||
|
||||
// TODO rewrite this function, it is based in an old code from the
|
||||
// Allegro library GUI code
|
||||
|
||||
bool Manager::processFocusMovementMessage(Message* msg)
|
||||
{
|
||||
int (*cmp)(Widget*, int, int) = NULL;
|
||||
|
Loading…
x
Reference in New Issue
Block a user