Bug fixed: Fixed "Frame modified" check. It leaves modified flag if user refused to save changes.
This commit is contained in:
@@ -1195,8 +1195,8 @@ namespace McBitFont {
|
|||||||
if (modified) {
|
if (modified) {
|
||||||
if (MessageBox.Show("Current symbol is modified.\nDo you want to save the changes?", "Symbol was modified!", MessageBoxButtons.YesNo) == DialogResult.Yes) {
|
if (MessageBox.Show("Current symbol is modified.\nDo you want to save the changes?", "Symbol was modified!", MessageBoxButtons.YesNo) == DialogResult.Yes) {
|
||||||
SaveFrame();
|
SaveFrame();
|
||||||
|
SetModified(false);
|
||||||
}
|
}
|
||||||
SetModified(false);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
2
TODO.txt
2
TODO.txt
@@ -6,4 +6,4 @@ V Show note field in Export comments
|
|||||||
V When Rectangle selection tool is active hold Ctrl+Alt to temporary disable it to be able to draw
|
V When Rectangle selection tool is active hold Ctrl+Alt to temporary disable it to be able to draw
|
||||||
|
|
||||||
Bugs:
|
Bugs:
|
||||||
|
V Fixed "Frame modified" check. It leaves modified flag if user refused to save changes.
|
||||||
|
Reference in New Issue
Block a user