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:
Martin Vermeer 2007-10-29 18:57:56 +00:00
parent 3f6c8981ed
commit 325da0a915

View File

@ -1757,6 +1757,7 @@ bool BufferView::mouseSetCursor(Cursor & cur, bool select)
d->cursor_.clearSelection();
d->cursor_.finishUndo();
d->cursor_.setCurrentFont();
return update;
}