Skip to content

Commit

Permalink
Fixed|Task Bar: Close the DE menu if the task bar is closed
Browse files Browse the repository at this point in the history
The task bar is never hidden so its children keep getting events even
though it's closed.
  • Loading branch information
skyjake committed Jun 25, 2013
1 parent c596783 commit 2d06eb4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doomsday/client/src/ui/widgets/taskbarwidget.cpp
Expand Up @@ -392,6 +392,7 @@ void TaskBarWidget::close()
d->status->setOpacity(0, .2f);

d->console->closeLog();
d->mainMenu->close();

// Clear focus now; callbacks/signal handlers may set the focus elsewhere.
if(hasRoot()) root().setFocus(0);
Expand Down

0 comments on commit 2d06eb4

Please sign in to comment.