[aseprite] 02/308: Some minor changes

Tobias Hansen thansen at moszumanska.debian.org
Tue Mar 8 02:44:46 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 e7c1f35f686eee1a64314f77a17960eae7f03e31
Author: Ying Ruei Liang (KK) <thumbd03803 at gmail.com>
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



More information about the Pkg-games-commits mailing list