Skip to content

Commit

Permalink
Add a save attempt window to gui. #588
Browse files Browse the repository at this point in the history
  • Loading branch information
matlo committed Aug 30, 2018
1 parent fc86da3 commit dd539b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fpsconfig/gimx-fpsconfig.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,8 @@ fpsconfigFrame::fpsconfigFrame(wxString file,wxWindow* parent,wxWindowID id __at

evcatch = EventCatcher::getInstance();

save_current(emptyConfigFile);

if (!file.IsEmpty()) {
openConfiguration(default_directory, file);
}
Expand All @@ -561,8 +563,6 @@ fpsconfigFrame::fpsconfigFrame(wxString file,wxWindow* parent,wxWindowID id __at

Panel1->Fit();
Fit();

save_current(emptyConfigFile);
}

fpsconfigFrame::~fpsconfigFrame()
Expand Down

0 comments on commit dd539b7

Please sign in to comment.