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
This commit is contained in:
Pavel Sanda 2024-07-19 23:47:22 +02:00
parent e57ccede18
commit 33b1d7e39f

View File

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