mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-19 15:40:31 +00:00
Fix problem with ENTER key to drop the pixels.
This commit is contained in:
parent
0d582f9d5f
commit
c359e8585e
@ -298,6 +298,8 @@ bool MovingPixelsState::onKeyDown(Editor* editor, Message* msg)
|
||||
Command* cmd = CommandsModule::instance()->getCommandByName(CommandId::DeselectMask);
|
||||
UIContext::instance()->executeCommand(cmd);
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
// Use StandbyState implementation
|
||||
|
Loading…
x
Reference in New Issue
Block a user