#182
Solved
Exit after Save reports 'unsaved changes'
Reported by Adrian on OCTGN · 11/01/2010 00:25:41
- Assigned to:
- jods
- Priority:
- Normal
- Status:
- Solved
- Category:
- None
- Version:
- 0.7.*
- Issue type:
- Bug
1) open a deck in the deck editor
2) make a modification (e.g. change the count of a card in the deck)
3) Save the deck
4) Exit the editor
Note: it reports that there are usaved changes and requires you to save it again.
The problem is here:
DeckBuilderWindow.xaml.cs: DeckBuilderWindow.SaveAs()
try
{
Deck.Save(sfd.FileName);
deckFilename = sfd.FileName;
}
This block should probably set this.unsaved = false;
The same problem exists in DeckBuilderWindow.Save()
Attachments
No attachment has been uploaded, yet.
Loading comments...