You've already forked lazarus-ccr
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:
@ -1118,7 +1118,8 @@ begin
|
|||||||
|
|
||||||
ACanvas.FillRect(FDropdownMarkAreaRect);
|
ACanvas.FillRect(FDropdownMarkAreaRect);
|
||||||
ACanvas.Draw(FDropdownMarkAreaRect.Left, FDropdownMarkAreaRect.Top, FBackgroundSplitCaches[FDropDownState]);
|
ACanvas.Draw(FDropdownMarkAreaRect.Left, FDropdownMarkAreaRect.Top, FBackgroundSplitCaches[FDropDownState]);
|
||||||
end;
|
end else
|
||||||
|
ACanvas.Brush.Style := bsClear;
|
||||||
|
|
||||||
TextOffset := IfThen(tempState = bsDown, 1);
|
TextOffset := IfThen(tempState = bsDown, 1);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user