]> git.lyx.org Git - features.git/commit
Fix bug #6552: Crash when inserting TeX-code in math mode and scrolling
authorVincent van Ravesteijn <vfr@lyx.org>
Fri, 26 Feb 2010 15:59:08 +0000 (15:59 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Fri, 26 Feb 2010 15:59:08 +0000 (15:59 +0000)
commit834115c920d826a69b73132d2b11bdd87dfc4bf0
treeaf231d7209f6402e5077f6f9b41ca7f9fd364ef4
parent6d671bf5f24b9d4e3ee11589f87e3741e71400b8
Fix bug #6552: Crash when inserting TeX-code in math mode and scrolling

Avoid an assertion when accessing the CoordCache while the Inset is in a paragraph which is not visible on screen.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33582 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiCompleter.cpp