mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-06 13:34:01 -06:00
WIP: Remove delayed update in MachineManager
This commit is contained in:
parent
25dd63dc21
commit
b415a36110
2 changed files with 0 additions and 80 deletions
|
@ -540,8 +540,6 @@ class CuraApplication(QtApplication):
|
|||
has_user_interaction = True
|
||||
return has_user_interaction
|
||||
|
||||
onDiscardOrKeepProfileChangesClosed = pyqtSignal() # Used to notify other managers that the dialog was closed
|
||||
|
||||
@pyqtSlot(str)
|
||||
def discardOrKeepProfileChangesClosed(self, option):
|
||||
if option == "discard":
|
||||
|
@ -564,7 +562,6 @@ class CuraApplication(QtApplication):
|
|||
user_global_container.update()
|
||||
|
||||
# notify listeners that quality has changed (after user selected discard or keep)
|
||||
self.onDiscardOrKeepProfileChangesClosed.emit()
|
||||
self.getMachineManager().activeQualityChanged.emit()
|
||||
|
||||
@pyqtSlot(int)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue