mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:39:02 +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()
|
||||
|
||||
@pyqtSlot()
|
||||
def forceUpdate(self) -> None:
|
||||
def scheduleUpdate(self) -> None:
|
||||
self._update_timer.start()
|
||||
|
||||
def _onActiveExtruderChanged(self) -> None:
|
||||
|
@ -241,7 +241,7 @@ Item
|
||||
CuraApplication.setExpandedCategories(expanded)
|
||||
}
|
||||
}
|
||||
onVisibilityChanged: Cura.SettingInheritanceManager.forceUpdate()
|
||||
onVisibilityChanged: Cura.SettingInheritanceManager.scheduleUpdate()
|
||||
}
|
||||
|
||||
property int indexWithFocus: -1
|
||||
|
Loading…
x
Reference in New Issue
Block a user