Small qml speed improvements for setting item

This commit is contained in:
Jaime van Kessel 2019-10-25 15:09:31 +02:00
parent 624b8d8741
commit f090b5898e
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 18 additions and 16 deletions

View file

@ -89,7 +89,7 @@ class SettingInheritanceManager(QObject):
@pyqtSlot()
def forceUpdate(self) -> None:
self._update()
self._update_timer.start()
def _onActiveExtruderChanged(self) -> None:
new_active_stack = ExtruderManager.getInstance().getActiveExtruderStack()