mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-16 14:42:44 +00:00
Some minor changes
- Correct comment description - Fix flag value
This commit is contained in:
parent
b659747a8c
commit
e7c1f35f68
@ -68,7 +68,7 @@ namespace app {
|
||||
kShowOnionskin = 4,
|
||||
kShowOutside = 8,
|
||||
kShowDecorators = 16,
|
||||
kShowSymmetryLine = 2,
|
||||
kShowSymmetryLine = 32,
|
||||
kDefaultEditorFlags = (kShowGrid |
|
||||
kShowMask |
|
||||
kShowOnionskin |
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user