]> git.lyx.org Git - lyx.git/commitdiff
Status bar did not show font info anymore.
authorPavel Sanda <sanda@lyx.org>
Fri, 19 Jul 2024 21:47:22 +0000 (23:47 +0200)
committerPavel Sanda <sanda@lyx.org>
Fri, 19 Jul 2024 21:51:20 +0000 (23:51 +0200)
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

index 7593d4a0c7f20b4cdb9c76c460ac79028ecc758b..7f5cb221273a5bc9c584c1d2daf707999847d77e 100644 (file)
@@ -1892,8 +1892,6 @@ GuiWorkArea * TabWorkArea::addWorkArea(Buffer & buffer, GuiView & view)
        if (currentWorkArea())
                currentWorkArea()->queryInputItemTransform();
 
-       view.setBusy(false);
-
        return wa;
 }