Qt: fixed drawer for themed TGroupBox.

git-svn-id: trunk@43175 -
This commit is contained in:
zeljko 2013-10-08 13:24:50 +00:00
parent 0a07967377
commit 95168b007a

View File

@ -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();