]> git.lyx.org Git - lyx.git/commit
PreparePrepare for independent decoration drawing and correct a CoordCache bug: Previ...
authorAbdelrazak Younes <younes@lyx.org>
Sat, 20 Jan 2007 01:15:05 +0000 (01:15 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 20 Jan 2007 01:15:05 +0000 (01:15 +0000)
commit5ed7e7a03c510a6d4057d2b933377598ab4cb60a
tree14e55b09f49f993e7018347c451133831e0aac0f
parent5c4844af4301f51fa01765defe9d4ad256962cb4
PreparePrepare for independent decoration drawing and correct a CoordCache bug: Previously, only the math insets containing the cursor were put in the cache. I believe this was the reason for some of the weird problems with cursors in math (egg: cursor trapped in a fraction).

* insetbase.C
  - drawMarkers(): draw the decoration in any case (but visible only in editing mode). Fill-in the CoordCache in any case.
  - drawMarkers2(): ditto.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16773 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/insetbase.C