mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-16 11:17:49 -06:00
Rename function to beter reflect what it does
CURA-6932
This commit is contained in:
parent
4cc8bf5946
commit
7204deac0c
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue