mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-05 16:51:12 -07:00
Fix ProfilesPage
The properties were not (fully) updated to the updated properties Cura 8687
This commit is contained in:
parent
f957cc289e
commit
c10d7d7537
1 changed files with 2 additions and 3 deletions
|
|
@ -273,13 +273,12 @@ Item
|
||||||
{
|
{
|
||||||
id: confirmRemoveQualityDialog
|
id: confirmRemoveQualityDialog
|
||||||
|
|
||||||
icon: StandardIcon.Question;
|
|
||||||
title: catalog.i18nc("@title:window", "Confirm Remove")
|
title: catalog.i18nc("@title:window", "Confirm Remove")
|
||||||
text: catalog.i18nc("@label (%1 is object name)", "Are you sure you wish to remove %1? This cannot be undone!").arg(base.currentItemName)
|
text: catalog.i18nc("@label (%1 is object name)", "Are you sure you wish to remove %1? This cannot be undone!").arg(base.currentItemName)
|
||||||
standardButtons: StandardButton.Yes | StandardButton.No
|
standardButtons: StandardButton.Yes | StandardButton.No
|
||||||
modality: Qt.ApplicationModal
|
modal: true
|
||||||
|
|
||||||
onYes:
|
onAccepted:
|
||||||
{
|
{
|
||||||
base.qualityManagementModel.removeQualityChangesGroup(base.currentItem.quality_changes_group);
|
base.qualityManagementModel.removeQualityChangesGroup(base.currentItem.quality_changes_group);
|
||||||
// reset current item to the first if available
|
// reset current item to the first if available
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue