git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29541 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2009-05-05 06:24:43 +00:00
parent 9d5d4ec64f
commit c4af79abf3

View File

@ -1460,7 +1460,7 @@ bool TabWorkArea::removeWorkArea(GuiWorkArea * work_area)
if (currentWorkArea() && currentWorkArea()->isFullScreen()) if (currentWorkArea() && currentWorkArea()->isFullScreen())
setFullScreen(true); setFullScreen(true);
else else
// Hide tabbar if there's only one tab. // Show tabbar only if there's more than one tab.
showBar(count() > 1); showBar(count() > 1);
} else { } else {
lastWorkAreaRemoved(); lastWorkAreaRemoved();