mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 23:46:22 -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue