mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-20 05:54:27 +08:00
Rename dialog shows again when creating new profile from current settings
CURA-2220
This commit is contained in:
parent
1699cd741f
commit
e5aa7ff18a
@ -144,7 +144,6 @@ UM.ManagementPage
|
||||
signal showProfileNameDialog()
|
||||
onShowProfileNameDialog:
|
||||
{
|
||||
renameDialog.removeWhenRejected = true;
|
||||
renameDialog.open();
|
||||
renameDialog.selectText();
|
||||
}
|
||||
@ -161,7 +160,7 @@ UM.ManagementPage
|
||||
|
||||
Label {
|
||||
id: profileName
|
||||
text: base.currentItem ? base.currentItem.name : ""
|
||||
text: base.currentItem ? base.currentItem.name r: ""
|
||||
font: UM.Theme.getFont("large")
|
||||
width: parent.width
|
||||
elide: Text.ElideRight
|
||||
|
Loading…
x
Reference in New Issue
Block a user