]> git.lyx.org Git - features.git/commit
Fix cursor navigation in math.
authorAbdelrazak Younes <younes@lyx.org>
Sat, 20 Jan 2007 01:23:07 +0000 (01:23 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 20 Jan 2007 01:23:07 +0000 (01:23 +0000)
commitd6cc04e762b00bc3b31ccccb2683bf9119bc91b9
tree5a5a00e071c332db3e5bc589144852350ce04147
parent5ed7e7a03c510a6d4057d2b933377598ab4cb60a
Fix cursor navigation in math.

* metricsinfo.h:
  - ScreenUpdateStrategy: new enum describing the screen update strategy (replace singlepar boolean).

* UpdateFlags.h:
  new Update::Decoration flag.

* BufferView.C
  - update(): takes Decoration flag into account (CoordCache is not cleared out). Fills in metrics_info_.update_strategy

* mathed/InsetMathNest.C: adjust the cursor flags to new strategy.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16774 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.C
src/UpdateFlags.h
src/mathed/InsetMathNest.C
src/metricsinfo.h
src/rowpainter.C