]> git.lyx.org Git - features.git/commit
Fix bug #2969: Double labels appear on empty lines of multi-line equations.
authorVincent van Ravesteijn <vfr@lyx.org>
Sun, 26 Jul 2009 20:25:11 +0000 (20:25 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sun, 26 Jul 2009 20:25:11 +0000 (20:25 +0000)
commitb62b366a6709a034adc8dcbeb8add559e3a70c39
treeb0e14239c7c10060177d58f7ee684cc01d0807d9
parentfc5dec8da552674762feea603d64c4dbc34b2b85
Fix bug #2969: Double labels appear on empty lines of multi-line equations.

This reverts part of r10553. There, an extra '//' was added when the last line was empty. However, this really makes an extra line and that is visible when the lines have a line number. The bug #2067 that would have been fixed by this does not seem to 'exist' anymore.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@30795 a592a061-630c-0410-9148-cb99ea01b6c8
src/mathed/InsetMathGrid.cpp
src/mathed/InsetMathGrid.h
src/mathed/InsetMathHull.cpp
src/mathed/InsetMathHull.h