]> git.lyx.org Git - features.git/commit
Fix bug 2466 by Stefan Schimanski:
authorAbdelrazak Younes <younes@lyx.org>
Thu, 19 Apr 2007 13:37:17 +0000 (13:37 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 19 Apr 2007 13:37:17 +0000 (13:37 +0000)
commit789f9e5ee397be33f5b3b88a14978cd1e61a0f2b
treee360d8b1f4a5b80d2485f6f2caa22a757ff36476
parent4eb949274d6125135ebd559da9678992e7970f69
Fix bug 2466 by Stefan Schimanski:

If the cursor is currently in macro mode (e.g. the user is typing \fra, but
hasn't finished the command \frac) macros shouldn't be updated.
Another forced screen update is needed if the user leaves macro mode just with
the cursor right key (which doesn't trigger full screen updates itself).

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17860 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.C
src/cursor.C