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
This commit is contained in:
Pavel Sanda 2012-01-03 15:23:35 +00:00
parent ceb800f85b
commit c4ca05114c
2 changed files with 4 additions and 0 deletions

View File

@ -1533,6 +1533,8 @@ void TabWorkArea::setFullScreen(bool full_screen)
if (lyxrc.full_screen_tabbar)
showBar(!full_screen && count() > 1);
else
showBar(count() > 1);
}

View File

@ -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