[aseprite] 86/196: Avoid enter to tool loop after we select the tile

Tobias Hansen thansen at moszumanska.debian.org
Wed Apr 20 18:50:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository aseprite.

commit e62f80842c45f187cfb1a217f776b38ba87cd122
Author: David Capello <davidcapello at gmail.com>
Date:   Sat Mar 19 12:04:39 2016 -0300

    Avoid enter to tool loop after we select the tile
---
 src/app/ui/editor/standby_state.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/app/ui/editor/standby_state.cpp b/src/app/ui/editor/standby_state.cpp
index 377a9d1..1e477a2 100644
--- a/src/app/ui/editor/standby_state.cpp
+++ b/src/app/ui/editor/standby_state.cpp
@@ -350,6 +350,7 @@ bool StandbyState::onDoubleClick(Editor* editor, MouseMessage* msg)
       CommandsModule::instance()->getCommandByName(CommandId::SelectTile);
 
     UIContext::instance()->executeCommand(selectTileCmd);
+    return true;
   }
 
   return false;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/aseprite.git



More information about the Pkg-games-commits mailing list