[LyX/2.4.x] Status bar did not show font info anymore.

Pavel Sanda sanda at lyx.org
Fri Jul 19 21:52:19 UTC 2024


commit 33b1d7e39faf90daa2f7225ef0ce8c0687a7cec5
Author: Pavel Sanda <sanda at lyx.org>
Date:   Fri Jul 19 23:47:22 2024 +0200

    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;
 }
 


More information about the lyx-cvs mailing list