mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-10 16:27:51 -06:00
Update Profile dropdown when renaming a quality profile
CURA-1585
This commit is contained in:
parent
f7480baca2
commit
b452af5dbf
1 changed files with 1 additions and 1 deletions
|
@ -320,7 +320,7 @@ class MachineManagerModel(QObject):
|
||||||
if containers:
|
if containers:
|
||||||
new_name = self._createUniqueName("quality", containers[0].getName(), new_name, catalog.i18nc("@label", "Custom profile"))
|
new_name = self._createUniqueName("quality", containers[0].getName(), new_name, catalog.i18nc("@label", "Custom profile"))
|
||||||
containers[0].setName(new_name)
|
containers[0].setName(new_name)
|
||||||
UM.Settings.ContainerRegistry.getInstance().containerChanged.emit(containers[0])
|
self.activeQualityChanged.emit()
|
||||||
|
|
||||||
|
|
||||||
@pyqtSlot(str)
|
@pyqtSlot(str)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue