1
0
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:
David Capello 2012-02-11 16:34:55 -03:00
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