We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52cd779 commit 23ab562Copy full SHA for 23ab562
TrafficMonitor/MainWndSettingsDlg.cpp
@@ -603,6 +603,7 @@ void CMainWndSettingsDlg::OnBnClickedResotreSkinDefaultButton()
603
604
SetDlgItemText(IDC_FONT_NAME_EDIT, m_data.font.name);
605
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);
607
DrawStaticColor();
608
}
609
0 commit comments