mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
comment
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29541 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
9d5d4ec64f
commit
c4af79abf3
@ -1460,7 +1460,7 @@ bool TabWorkArea::removeWorkArea(GuiWorkArea * work_area)
|
||||
if (currentWorkArea() && currentWorkArea()->isFullScreen())
|
||||
setFullScreen(true);
|
||||
else
|
||||
// Hide tabbar if there's only one tab.
|
||||
// Show tabbar only if there's more than one tab.
|
||||
showBar(count() > 1);
|
||||
} else {
|
||||
lastWorkAreaRemoved();
|
||||
|
Loading…
Reference in New Issue
Block a user