]> git.lyx.org Git - features.git/commit
KeyMap is now switched (if necessary) only just before it is actually used
authorDov Feldstern <dov@lyx.org>
Mon, 11 Jun 2007 22:05:44 +0000 (22:05 +0000)
committerDov Feldstern <dov@lyx.org>
Mon, 11 Jun 2007 22:05:44 +0000 (22:05 +0000)
commit6742e42e79ed4943816a376c8b928cf15b9f29fb
tree45fd9fd2e308e474798879463370233cbb75c5d8
parent82c2fbf81a0044817474799b010ac1624505096b
KeyMap is now switched (if necessary) only just before it is actually used
for translating keystrokes. Up until now, the switching was done in advance
in all kinds of situations, but not just before translating was actually done
--- which resulted in the KeyMap not always being switched on time...

This solves bug #3811 (http://bugzilla.lyx.org/show_bug.cgi?id=3811)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18744 a592a061-630c-0410-9148-cb99ea01b6c8
src/BufferView.cpp
src/BufferView.h
src/Text3.cpp
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathNest.cpp