Angus,

it appears the attached has disappeared from CVS. All the rest
of the showUnderMouse stuff is there. Oversight or is there a
reason?


Martin

Index: formulabase.C
===================================================================
RCS file: /cvs/lyx/lyx-devel/src/mathed/formulabase.C,v
retrieving revision 1.124
diff -u -b -B -p -r1.124 formulabase.C
--- formulabase.C       2002/02/07 08:19:47     1.124
+++ formulabase.C       2002/02/08 08:06:14
@@ -47,6 +51,7 @@
 #include "math_pos.h"
 #include "math_spaceinset.h"
 #include "undo_funcs.h"
+#include "frontends/Dialogs.h"
 #include "intl.h"
 
 using std::endl;
@@ -328,6 +333,10 @@ void InsetFormulaBase::insetButtonPress(
                        }       
                        break;
 */
+               case 3:
+                       // launch math panel for right mouse button
+                       bv->owner()->getDialogs()->showMathPanel();
+                       break;
        }
        bv->updateInset(this, false);
 }

Attachment: msg32712/pgp00000.pgp
Description: PGP signature

Reply via email to