Bug fixed: Fixed "Frame modified" check. It leaves modified flag if user refused to save changes.
This commit is contained in:
@@ -1195,10 +1195,10 @@ namespace McBitFont {
|
||||
if (modified) {
|
||||
if (MessageBox.Show("Current symbol is modified.\nDo you want to save the changes?", "Symbol was modified!", MessageBoxButtons.YesNo) == DialogResult.Yes) {
|
||||
SaveFrame();
|
||||
}
|
||||
SetModified(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Check if project was modified
|
||||
private bool CheckModifiedProject() {
|
||||
|
Reference in New Issue
Block a user