From c4ca05114c1f38811a85cbef8ad5436d4c08d49e Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Tue, 3 Jan 2012 15:23:35 +0000 Subject: [PATCH] Backport fix for #7963, fullscreen corner case for tabbar visibility. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40561 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiWorkArea.cpp | 2 ++ status.20x | 2 ++ 2 files changed, 4 insertions(+) diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index ccae8807f6..859f76e3af 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -1533,6 +1533,8 @@ void TabWorkArea::setFullScreen(bool full_screen) if (lyxrc.full_screen_tabbar) showBar(!full_screen && count() > 1); + else + showBar(count() > 1); } diff --git a/status.20x b/status.20x index 499210ba68..cf2fff3b50 100644 --- a/status.20x +++ b/status.20x @@ -150,6 +150,8 @@ What's new - Correctly display and handle the math commands \pod and \mod (bug 7962). +- Fix tabbar visibility in fullscreen mode when opening/closing files (bug 7963). + * DOCUMENTATION AND LOCALIZATION -- 2.39.5