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 <[email protected]> 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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

