mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 13:39:24 +02:00
lcl/win32: Revert c5fae8fdd1
(date: 2021/11/20, issue #39472).
This commit is contained in:
parent
ede36d39e5
commit
0a2c033085
@ -1167,13 +1167,6 @@ begin
|
||||
Rect.Right := Rect.Right + Abs(aABC.abcC);
|
||||
|
||||
end;
|
||||
|
||||
// Sometimes the underline does not appear for some sizes.
|
||||
// A workaround is to move the bottom edge of the rect down by one pixel.
|
||||
// https://forum.lazarus.freepascal.org/index.php/topic,57021.msg424606.html#msg424606
|
||||
if lf.lfUnderline <> 0 then
|
||||
inc(Rect.Bottom);
|
||||
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user