From 33b1d7e39faf90daa2f7225ef0ce8c0687a7cec5 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Fri, 19 Jul 2024 23:47:22 +0200 Subject: [PATCH] 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 --- src/frontends/qt/GuiWorkArea.cpp | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.39.5