mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
Garst's patch for the off-by-two problem
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4137 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
d570c8dab8
commit
b6de61eb21
@ -1,3 +1,7 @@
|
|||||||
|
2002-05-08 Garst Reese <reese@isn.net>
|
||||||
|
|
||||||
|
* FormMathsDeco.C: fix offset to normal size decos.
|
||||||
|
|
||||||
2002-05-03 Angus Leeming <a.leeming@ic.ac.uk>
|
2002-05-03 Angus Leeming <a.leeming@ic.ac.uk>
|
||||||
|
|
||||||
* xformsGImage.C (rotate): work-around xforms bug when rotating by
|
* xformsGImage.C (rotate): work-around xforms bug when rotating by
|
||||||
|
@ -82,7 +82,7 @@ bool FormMathsDeco::input(FL_OBJECT * ob, long)
|
|||||||
//if (ob == dialog_->bmtable_deco1)
|
//if (ob == dialog_->bmtable_deco1)
|
||||||
// deco_ += 0;
|
// deco_ += 0;
|
||||||
if (ob == dialog_->bmtable_deco2)
|
if (ob == dialog_->bmtable_deco2)
|
||||||
deco_ += 10;
|
deco_ += 12;
|
||||||
apply();
|
apply();
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user