mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-05-01 08:14:22 +08:00
Also ensure that the QualtiyProfilesModel is on a changeTimer on create
This commit is contained in:
parent
5118953373
commit
fc11286c6c
@ -10,6 +10,7 @@ from UM.Settings.SettingFunction import SettingFunction
|
|||||||
|
|
||||||
from cura.Machines.QualityManager import QualityGroup
|
from cura.Machines.QualityManager import QualityGroup
|
||||||
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# QML Model for all built-in quality profiles. This model is used for the drop-down quality menu.
|
# QML Model for all built-in quality profiles. This model is used for the drop-down quality menu.
|
||||||
#
|
#
|
||||||
@ -51,7 +52,7 @@ class QualityProfilesDropDownMenuModel(ListModel):
|
|||||||
self._update_timer.setSingleShot(True)
|
self._update_timer.setSingleShot(True)
|
||||||
self._update_timer.timeout.connect(self._update)
|
self._update_timer.timeout.connect(self._update)
|
||||||
|
|
||||||
self._update()
|
self._onChange()
|
||||||
|
|
||||||
def _onChange(self) -> None:
|
def _onChange(self) -> None:
|
||||||
self._update_timer.start()
|
self._update_timer.start()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user