mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:29:00 +08:00
Rename function to beter reflect what it does
CURA-6932
This commit is contained in:
parent
4cc8bf5946
commit
7204deac0c
@ -88,7 +88,7 @@ class SettingInheritanceManager(QObject):
|
|||||||
self.settingsWithIntheritanceChanged.emit()
|
self.settingsWithIntheritanceChanged.emit()
|
||||||
|
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
def forceUpdate(self) -> None:
|
def scheduleUpdate(self) -> None:
|
||||||
self._update_timer.start()
|
self._update_timer.start()
|
||||||
|
|
||||||
def _onActiveExtruderChanged(self) -> None:
|
def _onActiveExtruderChanged(self) -> None:
|
||||||
|
@ -241,7 +241,7 @@ Item
|
|||||||
CuraApplication.setExpandedCategories(expanded)
|
CuraApplication.setExpandedCategories(expanded)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
onVisibilityChanged: Cura.SettingInheritanceManager.forceUpdate()
|
onVisibilityChanged: Cura.SettingInheritanceManager.scheduleUpdate()
|
||||||
}
|
}
|
||||||
|
|
||||||
property int indexWithFocus: -1
|
property int indexWithFocus: -1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user