]> git.lyx.org Git - features.git/commit
* Finally fix the empty-script removal, i.e. remove empty scripts in
authorStefan Schimanski <sts@lyx.org>
Sat, 9 Feb 2008 22:04:30 +0000 (22:04 +0000)
committerStefan Schimanski <sts@lyx.org>
Sat, 9 Feb 2008 22:04:30 +0000 (22:04 +0000)
commitd78b0692e26f8a41f80cac0aadeb390367603af2
tree21c8b7e33bf44fc94c2d73219406400ff0287f86
parentf7ae0a3420b7cd2a947e179bad1d212c4a92c15e
* Finally fix the empty-script removal, i.e. remove empty scripts in
  any case when leaving the script inset. Before there were cases (like
  when emptying both scripts and then leaving the inset) to leave the
  script inset such that empty script were kept.
* Force a paragraph redraw when removing a script. This will remove
  the space after an inset which got the scripts removed. Moreover
  this fixes some assert because the script body might not be in the
  coordinate cache after the script inset was removed.

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