mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 21:13:58 -06:00
Move removeQualityChangesGroup to QualityManagementModel
This is an operation specific to the quality management page, so it should be located there. Contributes to issue CURA-6600.
This commit is contained in:
parent
ba608c5987
commit
b3fd310d37
3 changed files with 37 additions and 9 deletions
|
@ -254,7 +254,7 @@ Item
|
|||
|
||||
onYes:
|
||||
{
|
||||
base.qualityManager.removeQualityChangesGroup(base.currentItem.quality_changes_group);
|
||||
base.qualityManagementModel.removeQualityChangesGroup(base.currentItem.quality_changes_group);
|
||||
// reset current item to the first if available
|
||||
qualityListView.currentIndex = -1; // Reset selection.
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue