Skip to content

Commit

Permalink
update menu (AZP)
Browse files Browse the repository at this point in the history
  • Loading branch information
lixun910 committed Dec 11, 2020
1 parent 661b4e0 commit f9dd123
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GeoDa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -596,6 +596,7 @@ void GdaFrame::UpdateToolbarAndMenus()
GeneralWxUtils::EnableMenuItem(mb,XRCID("ID_TOOLS_DATA_DBSCAN"), proj_open);
GeneralWxUtils::EnableMenuItem(mb,XRCID("ID_TOOLS_DATA_HDBSCAN"), proj_open);
GeneralWxUtils::EnableMenuItem(mb, XRCID("ID_TOOLS_DATA_MAXP"), proj_open);
GeneralWxUtils::EnableMenuItem(mb, XRCID("ID_TOOLS_DATA_AZP"), proj_open);
GeneralWxUtils::EnableMenuItem(mb, XRCID("ID_TOOLS_DATA_SKATER"), proj_open);
GeneralWxUtils::EnableMenuItem(mb, XRCID("ID_TOOLS_DATA_SCHC"), proj_open);
GeneralWxUtils::EnableMenuItem(mb, XRCID("ID_TOOLS_DATA_SPECTRAL"), proj_open);
Expand Down

0 comments on commit f9dd123

Please sign in to comment.