mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Update current font when moving cursor by clicking mouse
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21267 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
3f6c8981ed
commit
325da0a915
@ -1757,6 +1757,7 @@ bool BufferView::mouseSetCursor(Cursor & cur, bool select)
|
|||||||
d->cursor_.clearSelection();
|
d->cursor_.clearSelection();
|
||||||
|
|
||||||
d->cursor_.finishUndo();
|
d->cursor_.finishUndo();
|
||||||
|
d->cursor_.setCurrentFont();
|
||||||
return update;
|
return update;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user