Gui: Convert Clarify Selection usage in SelectionSingleton to instance

This commit is contained in:
tetektoza
2025-09-05 00:48:02 +02:00
parent 572db4db80
commit 96dc1b7162
2 changed files with 3 additions and 6 deletions

View File

@@ -2605,8 +2605,6 @@ PyObject *SelectionSingleton::sGetSelectionFromStack(PyObject * /*self*/, PyObje
PY_CATCH;
}
bool SelectionSingleton::clarifySelectionActive = false;
bool SelectionSingleton::isClarifySelectionActive() {
return clarifySelectionActive;
}