GradControls, make button caption transparent

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2659 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
jesusr
2013-02-05 18:32:57 +00:00
parent b4fadb7ad8
commit 2d5f3f2b19

View File

@ -1118,7 +1118,8 @@ begin
ACanvas.FillRect(FDropdownMarkAreaRect);
ACanvas.Draw(FDropdownMarkAreaRect.Left, FDropdownMarkAreaRect.Top, FBackgroundSplitCaches[FDropDownState]);
end;
end else
ACanvas.Brush.Style := bsClear;
TextOffset := IfThen(tempState = bsDown, 1);