mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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
This commit is contained in:
parent
a400d98de6
commit
517dbda135
@ -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, '/');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user