mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
allow breakline in maths
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2318 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bf9c99bb37
commit
af67fb883b
@ -1,3 +1,8 @@
|
||||
2001-07-24 Jean-Marc Lasgouttes <Jean-Marc.Lasgouttes@inria.fr>
|
||||
|
||||
* lyxfunc.C (getStatus): BREAKLINE does _not_ insert a special
|
||||
char inset.
|
||||
|
||||
2001-07-24 Jean-Marc Lasgouttes <lasgouttes@lyx.org>
|
||||
|
||||
* lyxtext.h: remove unused (and unimplemented) methods
|
||||
|
@ -687,7 +687,6 @@ func_status::value_type LyXFunc::getStatus(int ac,
|
||||
case LFUN_LDOTS:
|
||||
case LFUN_END_OF_SENTENCE:
|
||||
case LFUN_PROTECTEDSPACE:
|
||||
case LFUN_BREAKLINE:
|
||||
code = Inset::SPECIALCHAR_CODE;
|
||||
break;
|
||||
default:
|
||||
|
Loading…
x
Reference in New Issue
Block a user