From: Pavel Sanda Date: Fri, 19 Jul 2024 21:47:22 +0000 (+0200) Subject: Status bar did not show font info anymore. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=33b1d7e39faf90daa2f7225ef0ce8c0687a7cec5;p=lyx.git Status bar did not show font info anymore. This line from commit 1d1f95d2e seem to inadvertedly slipped into commit 76dbb9dc. https://www.mail-archive.com/lyx-devel@lists.lyx.org/msg222405.html --- diff --git a/src/frontends/qt/GuiWorkArea.cpp b/src/frontends/qt/GuiWorkArea.cpp index 7593d4a0c7..7f5cb22127 100644 --- a/src/frontends/qt/GuiWorkArea.cpp +++ b/src/frontends/qt/GuiWorkArea.cpp @@ -1892,8 +1892,6 @@ GuiWorkArea * TabWorkArea::addWorkArea(Buffer & buffer, GuiView & view) if (currentWorkArea()) currentWorkArea()->queryInputItemTransform(); - view.setBusy(false); - return wa; }