cocoa: getting rid of compiler warnings

git-svn-id: trunk@56911 -
This commit is contained in:
dmitry 2018-01-02 02:04:22 +00:00
parent be6ec02cd2
commit b42e54fd96

View File

@ -153,11 +153,11 @@ end;*)
Draws a button element with native look
Button kinds:
{BP_PUSHBUTTON } kThemeRoundedBevelButton,
{BP_RADIOBUTTON} kThemeRadioButton,
{BP_CHECKBOX } kThemeCheckBox,
{BP_GROUPBOX } kHIThemeGroupBoxKindPrimary,
{BP_USERBUTTON } kThemeRoundedBevelButton
BP_PUSHBUTTON kThemeRoundedBevelButton,
BP_RADIOBUTTON kThemeRadioButton,
BP_CHECKBOX kThemeCheckBox,
BP_GROUPBOX kHIThemeGroupBoxKindPrimary,
BP_USERBUTTON kThemeRoundedBevelButton
------------------------------------------------------------------------------}
function TCocoaThemeServices.DrawButtonElement(DC: TCocoaContext;
Details: TThemedElementDetails; R: TRect; ClipRect: PRect): TRect;