mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Small qml speed improvements for setting item
This commit is contained in:
parent
624b8d8741
commit
f090b5898e
2 changed files with 18 additions and 16 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue