use save method if new (and existing) created entry has unsaved
changes
This commit is contained in:
committed by
Jonathan White
parent
af55d1b1b3
commit
75e4329c80
@@ -250,8 +250,8 @@ void EditGroupWidget::cancel()
|
||||
return;
|
||||
}
|
||||
if (result == MessageBox::Save) {
|
||||
apply();
|
||||
setModified(false);
|
||||
save();
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user