mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-14 11:15:54 +08:00
Fix typing
Discovered during work on CURA-6793.
This commit is contained in:
parent
17ce0f5eb1
commit
44a59a7f3b
@ -303,7 +303,7 @@ class MachineManager(QObject):
|
||||
if not containers:
|
||||
return
|
||||
|
||||
global_stack = containers[0]
|
||||
global_stack = cast(GlobalStack, containers[0])
|
||||
|
||||
# Make sure that the default machine actions for this machine have been added
|
||||
self._application.getMachineActionManager().addDefaultMachineActions(global_stack)
|
||||
|
Loading…
x
Reference in New Issue
Block a user