mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-14 13:21:34 +00:00
Reuse command to show RunningScriptWindow
This is a temporal commit just to be able to show the dialog without having to code a new command. Must not be committed in the final version
This commit is contained in:
parent
3eba7eb48d
commit
92eb8ada1c
@ -52,6 +52,7 @@ protected:
|
||||
docPref.grid.snap(newValue);
|
||||
|
||||
StatusBar::instance()->showSnapToGridWarning(newValue);
|
||||
StatusBar::instance()->showRunningScriptsWindow(newValue);
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user