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

Method OnOptionsAlwaysontop

ColorCop/ColorCopDlg.cpp:2279–2282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2277}
2278
2279void CColorCopDlg::OnOptionsAlwaysontop() {
2280 m_Appflags ^= AlwaysOnTop;
2281 ToggleOnTop(true);
2282}
2283
2284void CColorCopDlg::ToggleOnTop(bool bSetStatusbartext) {
2285 const bool makeTopMost = (m_Appflags & AlwaysOnTop) != 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected