]> git.lyx.org Git - features.git/commit
Fix bug 3408 and 3408:
authorAbdelrazak Younes <younes@lyx.org>
Wed, 4 Apr 2007 16:17:24 +0000 (16:17 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 4 Apr 2007 16:17:24 +0000 (16:17 +0000)
commit4be4fe2af8d945dcd2e319b3ee3d1fcb9fe01bd7
tree7358bdabf717ea251867cf2c1a5b208899fc0f46
parentf56c8c83b05289029e51e74e6d0f99b371c1c805
Fix bug 3408 and 3408:
http://bugzilla.lyx.org/show_bug.cgi?id=3408
http://bugzilla.lyx.org/show_bug.cgi?id=3409

The missing redraw was introduced with "Draw only decoration" optimisation in mathed. Setting the flags to Update::Force in case of Preview mode fixes the problem.

* InsetMathHull::notifyCursorLeaves(): set the cursor flags to 'Force'

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17718 a592a061-630c-0410-9148-cb99ea01b6c8
src/mathed/InsetMathHull.C