mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 18:49:01 +08:00
Fix call to incorrect function after revert.
CURA-9424
This commit is contained in:
parent
e947959ca9
commit
d6cab972c6
@ -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…
x
Reference in New Issue
Block a user