mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 10:18:59 +08:00
Properly return True in updateQualityChanges
Since it is declared as returning bool Contributes to CURA-2006
This commit is contained in:
parent
7b9c982c62
commit
bc8c55f8fb
@ -379,6 +379,8 @@ class ContainerManager(QObject):
|
|||||||
|
|
||||||
UM.Application.getInstance().getMachineManager().activeQualityChanged.emit()
|
UM.Application.getInstance().getMachineManager().activeQualityChanged.emit()
|
||||||
|
|
||||||
|
return True
|
||||||
|
|
||||||
@pyqtSlot()
|
@pyqtSlot()
|
||||||
def clearUserContainers(self):
|
def clearUserContainers(self):
|
||||||
global_stack = UM.Application.getInstance().getGlobalContainerStack()
|
global_stack = UM.Application.getInstance().getGlobalContainerStack()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user