diff --git a/tools/apps/hgjson/hgjsonDlg.cpp b/tools/apps/hgjson/hgjsonDlg.cpp index ea0ebba..8e39657 100644 --- a/tools/apps/hgjson/hgjsonDlg.cpp +++ b/tools/apps/hgjson/hgjsonDlg.cpp @@ -7788,7 +7788,7 @@ void ChgjsonDlg::OnBnClickedDepend() for (size_t i = 0; i < confs.size(); ++i) { if (confs[i] == name) - break; + continue; depend_item_.AddString(confs[i].c_str()); } diff --git a/tools/solution/Release/hgjson.exe b/tools/solution/Release/hgjson.exe index c762371..ccc005d 100644 Binary files a/tools/solution/Release/hgjson.exe and b/tools/solution/Release/hgjson.exe differ