diff --git a/src/widgets/editor/moving_pixels_state.cpp b/src/widgets/editor/moving_pixels_state.cpp index 172d3a4fd..88e310c3c 100644 --- a/src/widgets/editor/moving_pixels_state.cpp +++ b/src/widgets/editor/moving_pixels_state.cpp @@ -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