mirror of
https://github.com/aseprite/aseprite.git
synced 2024-11-20 14:21:45 +00:00
Merge branch 'master'
This commit is contained in:
commit
6889b08090
@ -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…
Reference in New Issue
Block a user