mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Also ensure that the QualtiyProfilesModel is on a changeTimer on create
This commit is contained in:
parent
5118953373
commit
fc11286c6c
1 changed files with 2 additions and 1 deletions
|
@ -10,6 +10,7 @@ from UM.Settings.SettingFunction import SettingFunction
|
|||
|
||||
from cura.Machines.QualityManager import QualityGroup
|
||||
|
||||
|
||||
#
|
||||
# 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.timeout.connect(self._update)
|
||||
|
||||
self._update()
|
||||
self._onChange()
|
||||
|
||||
def _onChange(self) -> None:
|
||||
self._update_timer.start()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue