From 4a3e1dbc4c084802ccaebb4ec29684a268c5a5b2 Mon Sep 17 00:00:00 2001 From: Xun Li Date: Tue, 20 Oct 2020 14:46:53 -0700 Subject: [PATCH] update for windows build --- GeoDa.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/GeoDa.cpp b/GeoDa.cpp index 1e8abcdeb..aa0657c92 100644 --- a/GeoDa.cpp +++ b/GeoDa.cpp @@ -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()