]> git.lyx.org Git - features.git/commit
Fix LFUN_LANGUAGE bug due to Font/Language separation (r21240):
authorDov Feldstern <dov@lyx.org>
Tue, 30 Oct 2007 22:55:33 +0000 (22:55 +0000)
committerDov Feldstern <dov@lyx.org>
Tue, 30 Oct 2007 22:55:33 +0000 (22:55 +0000)
commit3e2af36af1cdd3f80a054a0e87c6a0dda344a416
treeab88c95343105d6ae76f9bf3bffabc697419f19c
parent773e3d475f9c3f7cc7997feef8a1e469cd801cc1
Fix LFUN_LANGUAGE bug due to Font/Language separation (r21240):
the LFUN had stopped working, because since language is no longer part of the
font, changes to the language were no longer being registered in the fontInfo,
and so we were wrongly under the impression that nothing had been changed.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21305 a592a061-630c-0410-9148-cb99ea01b6c8
src/Text2.cpp