MCPcopy Create free account
hub / github.com/Vector35/debugger / notifyFontChanged

Method notifyFontChanged

ui/threadframes.cpp:835–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833
834
835void GlobalThreadFramesContainer::notifyFontChanged()
836{
837 for (auto it = m_consoleMap.begin(); it != m_consoleMap.end(); it++)
838 {
839 if (it.value())
840 it.value()->updateFonts();
841 }
842}

Callers

nothing calls this directly

Calls 2

valueMethod · 0.45
updateFontsMethod · 0.45

Tested by

no test coverage detected