mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 01:39:25 +02:00
Qt: fixed drawer for themed TGroupBox.
git-svn-id: trunk@43175 -
This commit is contained in:
parent
0a07967377
commit
95168b007a
@ -269,6 +269,12 @@ begin
|
||||
qdvComplexControl:
|
||||
begin
|
||||
case Element.ComplexControl of
|
||||
QStyleCC_GroupBox:
|
||||
begin
|
||||
opt := QStyleOptionGroupBox_create();
|
||||
Context.translate(ARect.Left, ARect.Top);
|
||||
OffsetRect(ARect, -ARect.Left, -ARect.Top);
|
||||
end;
|
||||
QStyleCC_ToolButton:
|
||||
begin
|
||||
opt := QStyleOptionToolButton_create();
|
||||
|
Loading…
Reference in New Issue
Block a user