Rename function to beter reflect what it does

CURA-6932
This commit is contained in:
Jaime van Kessel 2019-10-28 16:07:35 +01:00
parent 4cc8bf5946
commit 7204deac0c
No known key found for this signature in database
GPG key ID: 3710727397403C91
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -241,7 +241,7 @@ Item
CuraApplication.setExpandedCategories(expanded)
}
}
onVisibilityChanged: Cura.SettingInheritanceManager.forceUpdate()
onVisibilityChanged: Cura.SettingInheritanceManager.scheduleUpdate()
}
property int indexWithFocus: -1