依赖项,开放位于配置项后面的为依赖项

This commit is contained in:
gb 2023-06-21 14:42:30 +08:00
parent 9dc4f54904
commit 96c42f347f
2 changed files with 1 additions and 1 deletions

View File

@ -7788,7 +7788,7 @@ void ChgjsonDlg::OnBnClickedDepend()
for (size_t i = 0; i < confs.size(); ++i) for (size_t i = 0; i < confs.size(); ++i)
{ {
if (confs[i] == name) if (confs[i] == name)
break; continue;
depend_item_.AddString(confs[i].c_str()); depend_item_.AddString(confs[i].c_str());
} }

Binary file not shown.