Skip to content

Commit

Permalink
now hiding status bar in game mode refs #36
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/behr_mi/git/sumo_synched/trunk@15982 afbd958f-9f77-42d5-a016-97a22340ccf4
  • Loading branch information
namdre committed Mar 20, 2014
1 parent 04f843d commit 8bedef2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sumo/src/gui/GUIApplicationWindow.cpp
Expand Up @@ -932,6 +932,7 @@ GUIApplicationWindow::onCmdGaming(FXObject*, FXSelector, void*) {
GUISUMOViewParent* w = 0;
if (myAmGaming) {
myMenuBar->hide();
myStatusbar->hide();
myToolBar1->hide();
myToolBar2->hide();
myToolBar4->hide();
Expand All @@ -944,6 +945,7 @@ GUIApplicationWindow::onCmdGaming(FXObject*, FXSelector, void*) {
myTimeLossLabel->setFgColor(MFXUtils::getFXColor(RGBColor::RED));
} else {
myMenuBar->show();
myStatusbar->show();
myToolBar1->show();
myToolBar2->show();
myToolBar4->show();
Expand Down

0 comments on commit 8bedef2

Please sign in to comment.