On Mon, 2006-04-10 at 11:41 +0200, Jean-Marc Lasgouttes wrote:
> >>>>> "Martin" == Martin Vermeer <[EMAIL PROTECTED]> writes:
> 
> Martin> The fix for this is to remove the LFUN_UP, LFUN_DOWN calls in
> Martin> ControlMath.C. I will commit this fix later this weekend to
> Martin> trunk.
> 
> Martin> Jean-Mark, this should go into 1.4.1 too as it is an obvious
> Martin> fix to an ugly UI malfunction.
> 
> Can I see the patch?

Attached

- Martin


Index: ControlMath.C
===================================================================
--- ControlMath.C	(revision 13567)
+++ ControlMath.C	(working copy)
@@ -50,14 +50,12 @@ void ControlMath::dispatchInsert(string 
 void ControlMath::dispatchSubscript() const
 {
 	dispatchFunc(LFUN_INSERT_MATH, "_");
-	dispatchFunc(LFUN_DOWN);
 }
 
 
 void ControlMath::dispatchSuperscript() const
 {
 	dispatchFunc(LFUN_INSERT_MATH, "^");
-	dispatchFunc(LFUN_UP);
 }
 
 

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to