mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
Fix the display of messages in the status bar. This is about the "permanent" message that shows e.g., the font and the track changes status.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32637 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
904129cba6
commit
4b9ba960ec
@ -741,8 +741,11 @@ void GuiView::bigSizedIcons()
|
|||||||
|
|
||||||
void GuiView::clearMessage()
|
void GuiView::clearMessage()
|
||||||
{
|
{
|
||||||
if (!hasFocus())
|
// FIXME: This code was introduced in r19643 to fix bug #4123. However,
|
||||||
return;
|
// the hasFocus function mostly returns false, even if the focus is on
|
||||||
|
// a workarea in this view.
|
||||||
|
//if (!hasFocus())
|
||||||
|
// return;
|
||||||
showMessage();
|
showMessage();
|
||||||
d.statusbar_timer_.stop();
|
d.statusbar_timer_.stop();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user