]> git.lyx.org Git - features.git/commit
Fix bug #6736: 2.0.0 alpha 3, spell check on the fly bug
authorJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 2 Aug 2010 21:20:59 +0000 (21:20 +0000)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Mon, 2 Aug 2010 21:20:59 +0000 (21:20 +0000)
commitb221b0e1fd3095f16546576898d730c5ebeb5354
tree5de4a1615569f2c1a2021d578a0c03ca688dcedd
parent15f9312d80cd78e4604ef995ba9761000e8bc5cb
Fix bug #6736: 2.0.0 alpha 3, spell check on the fly bug

This bug is related to the fact that the cusor remember the current font.

The on-the-fly spell status should really not be kept in the Font object, but
rather in metrics, IMO.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35041 a592a061-630c-0410-9148-cb99ea01b6c8
src/Cursor.cpp