mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 11:59:02 +08:00
Added additional decoration to UpdateQualityContainerFromUserContainer
This allows the usage from QML withouth parameters. CURA-1890
This commit is contained in:
parent
dcc3bc8f80
commit
56efb92f3e
@ -499,6 +499,7 @@ class MachineManager(QObject):
|
|||||||
self.activeQualityChanged.emit()
|
self.activeQualityChanged.emit()
|
||||||
|
|
||||||
@pyqtSlot(str)
|
@pyqtSlot(str)
|
||||||
|
@pyqtSlot()
|
||||||
def updateQualityContainerFromUserContainer(self, quality_id = None):
|
def updateQualityContainerFromUserContainer(self, quality_id = None):
|
||||||
if not self._active_container_stack:
|
if not self._active_container_stack:
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user