mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
ceb800f85b
commit
c4ca05114c
@ -1533,6 +1533,8 @@ void TabWorkArea::setFullScreen(bool full_screen)
|
||||
|
||||
if (lyxrc.full_screen_tabbar)
|
||||
showBar(!full_screen && count() > 1);
|
||||
else
|
||||
showBar(count() > 1);
|
||||
}
|
||||
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user