MCPcopy Create free account
hub / github.com/ALTaleX531/OpenGlass / UpdateStatusBar

Method UpdateStatusBar

OpenGlassGUI/MainFrame.Core.cpp:224–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

222 }
223
224 void MainFrame::UpdateStatusBar()
225 {
226 if (!GetStatusBar())
227 {
228 return;
229 }
230 SetStatusText(m_scopeLabel);
231 }
232
233 void MainFrame::StartSymbolDownload()
234 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected