-
Notifications
You must be signed in to change notification settings - Fork 134
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #116 - Crash at closing after deleting hop
Deleting had nothing to do with it, but adding a new hop did. For reasons I still do NOT understand, the hop table was attempting to refresh itself on delete. I went through any number of interations, but could never quite figure out why. This is the easiest of the fixes I found -- the database isn't closed until after we tear all the windows down. Since MainWindow doesn't open the DB, it shouldn't close it either. I still cannot explain why the hop editor alone does this, and not the misc editor.
- Loading branch information
mikfire
committed
Jul 27, 2016
1 parent
6fc32f2
commit 7bd11d5
Showing
2 changed files
with
6 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters