mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 18:39:28 +02:00
LCL: Toolbutton tbsDropDown drawing problem. Issue #19600, patch from Samuel Herzog
git-svn-id: trunk@38099 -
This commit is contained in:
parent
8fae5b8320
commit
93a55c46a9
@ -2093,6 +2093,8 @@ begin
|
|||||||
Bevel := bvNone;
|
Bevel := bvNone;
|
||||||
|
|
||||||
Frame3D(DC, ARect, 1, Bevel);
|
Frame3D(DC, ARect, 1, Bevel);
|
||||||
|
ARect:=R;
|
||||||
|
InflateRect(ARect, -1, -1);
|
||||||
DrawDropDownArrow(ARect);
|
DrawDropDownArrow(ARect);
|
||||||
end;
|
end;
|
||||||
TP_SEPARATOR:
|
TP_SEPARATOR:
|
||||||
|
Loading…
Reference in New Issue
Block a user