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:
Martín Capello 2025-02-27 14:11:24 -03:00
parent 3eba7eb48d
commit 92eb8ada1c

View File

@ -52,6 +52,7 @@ protected:
docPref.grid.snap(newValue);
StatusBar::instance()->showSnapToGridWarning(newValue);
StatusBar::instance()->showRunningScriptsWindow(newValue);
}
};