From d6981c3b301e20e7d95ac869d5d5037ff23bb524 Mon Sep 17 00:00:00 2001 From: Martin Vermeer Date: Sun, 3 Apr 2005 07:48:20 +0000 Subject: [PATCH] Fix bug 1796 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@9771 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/ChangeLog | 7 ++++++- src/mathed/math_fontinset.C | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/src/mathed/ChangeLog b/src/mathed/ChangeLog index 6fe71f8764..a48e87d78e 100644 --- a/src/mathed/ChangeLog +++ b/src/mathed/ChangeLog @@ -1,4 +1,9 @@ -2005-04-02 Martin Vermeer +2005-04-03 Martin Vermeer + + * math_fontinset.[Ch] (draw): add call to setPosCache, + fixes bug 1796 + +2005-04-01 Martin Vermeer * math_data.C (x2pos): fix math cursor positioning bug diff --git a/src/mathed/math_fontinset.C b/src/mathed/math_fontinset.C index 4a72b31102..14f4bc652c 100644 --- a/src/mathed/math_fontinset.C +++ b/src/mathed/math_fontinset.C @@ -56,6 +56,7 @@ void MathFontInset::draw(PainterInfo & pi, int x, int y) const FontSetChanger dummy(pi.base, key_->name.c_str()); cell(0).draw(pi, x + 1, y); drawMarkers(pi, x, y); + setPosCache(pi, x, y); } -- 2.39.2