Skip to content

Commit

Permalink
update for windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Oct 20, 2020
1 parent 095cbd9 commit 4a3e1db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions GeoDa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -778,9 +778,9 @@ GdaFrame::GdaFrame(const wxString& title, const wxPoint& pos,
//CallAfter(&GdaFrame::ShowOpenDatasourceDlg,wxPoint(80, 220),true);

// check update in a new thread
if (GdaConst::disable_auto_upgrade == false) {
CallAfter(&GdaFrame::CheckUpdate);
}
//if (GdaConst::disable_auto_upgrade == false) {
// CallAfter(&GdaFrame::CheckUpdate);
//}
}

GdaFrame::~GdaFrame()
Expand Down

0 comments on commit 4a3e1db

Please sign in to comment.