From 517dbda13518345ba58d8ec2da273460fe6609e0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Tue, 21 Aug 2001 14:18:51 +0000 Subject: [PATCH] better drawing of \not as suggested by Dekel git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2568 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_notinset.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mathed/math_notinset.C b/src/mathed/math_notinset.C index 5b72fc88b2..0d16cd9006 100644 --- a/src/mathed/math_notinset.C +++ b/src/mathed/math_notinset.C @@ -32,7 +32,7 @@ void MathNotInset::metrics(MathStyles st) const { size(st); mathed_char_dim(LM_TC_VAR, size_, '/', ascent_, descent_, width_); - width_ = 1; + width_ = 0; } @@ -41,5 +41,5 @@ void MathNotInset::draw(Painter & pain, int x, int y) const xo(x); yo(y); - drawChar(pain, LM_TC_VAR, size_, x + 4, y, '/'); + drawChar(pain, LM_TC_VAR, size_, x, y, '/'); } -- 2.39.2