mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-02 00:34:26 +08:00
Update the resolution dropdown model whenever a custom profile is enabled. Otherwise it won't reflect the custom profiles parent resolution.
CURA-8849
This commit is contained in:
parent
a87695cd8d
commit
5cfb6f94e3
@ -33,6 +33,8 @@ class ActiveIntentQualitiesModel(ListModel):
|
|||||||
self._intent_category = ""
|
self._intent_category = ""
|
||||||
|
|
||||||
IntentManager.intentCategoryChangedSignal.connect(self._update)
|
IntentManager.intentCategoryChangedSignal.connect(self._update)
|
||||||
|
machine_manager = cura.CuraApplication.CuraApplication.getInstance().getMachineManager()
|
||||||
|
machine_manager.activeQualityGroupChanged.connect(self._update)
|
||||||
|
|
||||||
self._update_timer = QTimer()
|
self._update_timer = QTimer()
|
||||||
self._update_timer.setInterval(100)
|
self._update_timer.setInterval(100)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user