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

Method switchSidePanel

src/tools/ecode/ecode.cpp:1312–1316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1310}
1311
1312void App::switchSidePanel() {
1313 mConfig.ui.showSidePanel = !mConfig.ui.showSidePanel;
1314 mSettings->updateViewMenu();
1315 showSidePanel( mConfig.ui.showSidePanel );
1316}
1317
1318void App::switchStatusBar() {
1319 mConfig.ui.showStatusBar = !mConfig.ui.showStatusBar;

Callers

nothing calls this directly

Calls 1

updateViewMenuMethod · 0.80

Tested by

no test coverage detected