From: Pavel Sanda Date: Tue, 5 May 2009 06:24:43 +0000 (+0000) Subject: comment X-Git-Tag: 2.0.0~6664 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=c4af79abf35ebe9c5655a7feeafd1cae28cf4a8a;p=lyx.git comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29541 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiWorkArea.cpp b/src/frontends/qt4/GuiWorkArea.cpp index 5fa04fb049..04fab60366 100644 --- a/src/frontends/qt4/GuiWorkArea.cpp +++ b/src/frontends/qt4/GuiWorkArea.cpp @@ -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();