From 239d1b23e1f2d4507ebb1b3188cbf19627ff068e Mon Sep 17 00:00:00 2001 From: Dekel Tsur Date: Sat, 7 Jul 2001 09:19:51 +0000 Subject: [PATCH] Fix math insert git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2199 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 4 ++++ src/mathed/formulabase.C | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 9237735545..98823926f2 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,3 +1,7 @@ +2001-07-07 Dekel Tsur + + * formulabase.C (mathDispatchInsertMath): Create an inline formula. + 2001-07-04 André Pönitz * math_parser.C: fix reading of "unusual" alpha chars diff --git a/src/mathed/formulabase.C b/src/mathed/formulabase.C index f78222340d..66a7146698 100644 --- a/src/mathed/formulabase.C +++ b/src/mathed/formulabase.C @@ -1,4 +1,4 @@ -/* + /* * File: formula.C * Purpose: Implementation of formula inset * Author: Alejandro Aguilar Sierra @@ -1158,7 +1158,7 @@ void mathDispatchInsertMath(BufferView * bv, string const & arg) InsetFormula * f = new InsetFormula(arg); openNewInset(bv, f); } else { - return mathDispatchMathDisplay(bv, arg); + return mathDispatchMathMode(bv, arg); } } } -- 2.39.2