Skip to content

Commit 23ab562

Browse files
committed
修正主窗口设置中,点击“恢复皮肤默认”按钮时,“指定每个项目的颜色”复选框没有更新的问题
1 parent 52cd779 commit 23ab562

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

TrafficMonitor/MainWndSettingsDlg.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -603,6 +603,7 @@ void CMainWndSettingsDlg::OnBnClickedResotreSkinDefaultButton()
603603

604604
SetDlgItemText(IDC_FONT_NAME_EDIT, m_data.font.name);
605605
SetDlgItemText(IDC_FONT_SIZE_EDIT, std::to_wstring(m_data.font.size).c_str());
606+
CheckDlgButton(IDC_SPECIFY_EACH_ITEM_COLOR_CHECK, m_data.specify_each_item_color);
606607
DrawStaticColor();
607608
}
608609
}

0 commit comments

Comments
 (0)