Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Prevent hiding the menu bar in tabbed mode
Tabbed mode doesn't have a menu bar, instead it has tabs. These can't be hidden. Unfortunately, the post messages to hide the menu bar have the side effect of hiding the tabs. This commit prevents the tabs being hidden when in tabbed mode, and shows the tabs again when switching from compact mode into tabbed mode. When switching back from tabbed into compact mode, the state that you would like the menu bar to be in (hidden/shown) will be remembered and restored. This includes any postmessages that were not acted on while in tabbed mode. Signed-off-by: Skyler Grey <[email protected]> Change-Id: I1177903fe965e354538e6e7bbc3c83af3177938e
- Loading branch information