mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Make sure that current cursor font is updated when changing font
Fixes bug #12518.
This commit is contained in:
parent
1464bd3f3f
commit
5f8959d40e
@ -426,8 +426,9 @@ void Text::toggleFree(Cursor & cur, Font const & font, bool toggleall)
|
||||
cur.clearSelection();
|
||||
cur.top() = resetCursor;
|
||||
cur.resetAnchor();
|
||||
cur.setCurrentFont();
|
||||
}
|
||||
|
||||
cur.setCurrentFont();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user