mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06:00
Fix call to incorrect function after revert.
CURA-9424
This commit is contained in:
parent
e947959ca9
commit
d6cab972c6
1 changed files with 1 additions and 1 deletions
|
@ -168,7 +168,7 @@ class WorkspaceDialog(QObject):
|
|||
return cast(MachineListModel, self._updatable_machines_model)
|
||||
|
||||
def setUpdatableMachines(self, updatable_machines: List[GlobalStack]) -> None:
|
||||
self._updatable_machines_model.update(updatable_machines)
|
||||
self._updatable_machines_model.set_machines_filter(updatable_machines)
|
||||
self.updatableMachinesChanged.emit()
|
||||
|
||||
@pyqtProperty(bool, notify = isAbstractMachineChanged)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue