MCPcopy Create free account
hub / github.com/SpartanJ/eepp / switchStatusBar

Method switchStatusBar

src/tools/ecode/ecode.cpp:1318–1323  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1316}
1317
1318void App::switchStatusBar() {
1319 mConfig.ui.showStatusBar = !mConfig.ui.showStatusBar;
1320 mSettings->updateViewMenu();
1321 updateDocInfoLocation();
1322 showStatusBar( mConfig.ui.showStatusBar );
1323}
1324
1325void App::switchMenuBar() {
1326 mConfig.ui.showMenuBar = !mConfig.ui.showMenuBar;

Callers

nothing calls this directly

Calls 1

updateViewMenuMethod · 0.80

Tested by

no test coverage detected