]> git.lyx.org Git - lyx.git/commit
* fix segfaults/asserts when clicking outside of any inset when the
authorStefan Schimanski <sts@lyx.org>
Sat, 9 Feb 2008 22:06:06 +0000 (22:06 +0000)
committerStefan Schimanski <sts@lyx.org>
Sat, 9 Feb 2008 22:06:06 +0000 (22:06 +0000)
commitc4b009a24858a96f7672a11595c9fb1e6e7bc63c
tree73e2f29036d281ae0eff1e29100b4c7f2ad50cfc
parent59e75f8cb50b250a542eed9995b94535adbf2cf3
* fix segfaults/asserts when clicking outside of any inset when the
  cursor is inside of an empty script.
* Do not use the cur parameter of notifyCursorLeaves as a pointer to
  the script inset. It is not. Even worth, it's an empty cursor if the user
  clicks in the grey nirvana of the BufferView.

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