mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-07-21 16:54:28 +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()
|
signal showProfileNameDialog()
|
||||||
onShowProfileNameDialog:
|
onShowProfileNameDialog:
|
||||||
{
|
{
|
||||||
renameDialog.removeWhenRejected = true;
|
|
||||||
renameDialog.open();
|
renameDialog.open();
|
||||||
renameDialog.selectText();
|
renameDialog.selectText();
|
||||||
}
|
}
|
||||||
@ -161,7 +160,7 @@ UM.ManagementPage
|
|||||||
|
|
||||||
Label {
|
Label {
|
||||||
id: profileName
|
id: profileName
|
||||||
text: base.currentItem ? base.currentItem.name : ""
|
text: base.currentItem ? base.currentItem.name r: ""
|
||||||
font: UM.Theme.getFont("large")
|
font: UM.Theme.getFont("large")
|
||||||
width: parent.width
|
width: parent.width
|
||||||
elide: Text.ElideRight
|
elide: Text.ElideRight
|
||||||
|
Loading…
x
Reference in New Issue
Block a user