MCPcopy Create free account
hub / github.com/ColorCop/ColorCop / OnExpandDialog

Method OnExpandDialog

ColorCop/ColorCopDlg.cpp:2532–2540  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2530}
2531
2532void CColorCopDlg::OnExpandDialog() {
2533 m_Appflags ^= ExpandedDialog;
2534
2535 if (m_Appflags & ExpandedDialog) {
2536 SetStatusBarText(IDS_EXPANDEDDIALOG, 1);
2537 }
2538
2539 TestForExpand();
2540}
2541
2542void CColorCopDlg::TestForExpand() {
2543 RECT currect;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected