This is an automated email from the git hooks/post-receive script. thansen pushed a commit to branch master in repository aseprite.
commit e7c1f35f686eee1a64314f77a17960eae7f03e31 Author: Ying Ruei Liang (KK) <[email protected]> Date: Fri Nov 13 20:29:50 2015 +0800 Some minor changes - Correct comment description - Fix flag value --- src/app/ui/editor/editor.h | 2 +- src/app/ui/editor/editor_state.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/ui/editor/editor.h b/src/app/ui/editor/editor.h index 9fe525d..747b25f 100644 --- a/src/app/ui/editor/editor.h +++ b/src/app/ui/editor/editor.h @@ -68,7 +68,7 @@ namespace app { kShowOnionskin = 4, kShowOutside = 8, kShowDecorators = 16, - kShowSymmetryLine = 2, + kShowSymmetryLine = 32, kDefaultEditorFlags = (kShowGrid | kShowMask | kShowOnionskin | diff --git a/src/app/ui/editor/editor_state.h b/src/app/ui/editor/editor_state.h index 6754dab..18a5d47 100644 --- a/src/app/ui/editor/editor_state.h +++ b/src/app/ui/editor/editor_state.h @@ -96,7 +96,7 @@ namespace app { // Called when a key is released. virtual bool onKeyUp(Editor* editor, ui::KeyMessage* msg) { return false; } - // Called when a key is released. + // Called when status bar needs to be updated. virtual bool onUpdateStatusBar(Editor* editor) { return false; } // When a part of the sprite will be exposed. -- 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

