]> git.lyx.org Git - features.git/commit
* the old cursor is stored before dispatch and then used after moving
authorStefan Schimanski <sts@lyx.org>
Thu, 14 Jun 2007 20:32:28 +0000 (20:32 +0000)
committerStefan Schimanski <sts@lyx.org>
Thu, 14 Jun 2007 20:32:28 +0000 (20:32 +0000)
commit98fb638d61d38df1443339de4e8ba58c7c81784a
tree8e3f6f2cf01fb8fe8a58edb04a7bd3a14860a177
parentbddc0e313405e1b29edc5887acc7c8e88e10ee5f
* the old cursor is stored before dispatch and then used after moving
  up/down to tell the insets that the cursor left them. The
  notifyCursorLeaves methods can set updateFlags to trigger a redraw.
* leave mathed with cursor up/down and get the math redrawn for the
  decorations

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18773 a592a061-630c-0410-9148-cb99ea01b6c8
src/Cursor.cpp
src/Cursor.h
src/Text3.cpp
src/insets/Inset.h
src/mathed/InsetMathNest.cpp