> OK, this doesn't work. The 'sp' variable is a local static of
> InsetFormulaBase::localDispatch, so if you go to another formula it will
> remember the 'sp' variable of the previous one. This causes funny stuff.
> For example, if you deleted the previous forumula in the mean while, you
> get a c
OK, this doesn't work. The 'sp' variable is a local static of
InsetFormulaBase::localDispatch, so if you go to another formula it will
remember the 'sp' variable of the previous one. This causes funny stuff.
For example, if you deleted the previous forumula in the mean while, you
get a crash (veri
In current 1.2.0cvs it's no longer possible to increase the size of
spaces in mathed using
C- ...
immediately after C- is interpreted as usual, i.e., a
mathcursor->pop() is executed.
The attached patch seems to fix this.
Regards,
Eran Tromer
Index: lyx-devel/src/mathed/formulabase.