mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-11 20:36:09 +02:00
cocoa: Fixes compilation to latest customdrawn
git-svn-id: trunk@48867 -
This commit is contained in:
parent
3289794569
commit
3e670b1f36
@ -302,7 +302,10 @@ begin
|
||||
TP_BUTTON, TP_DROPDOWNBUTTON, TP_SPLITBUTTON:
|
||||
lCDToolbarItem.Kind := tikButton;
|
||||
TP_SPLITBUTTONDROPDOWN:
|
||||
lCDToolbarItem.Kind := tikDropDownButtonArrow;
|
||||
begin
|
||||
lCDToolbarItem.Kind := tikDropDownButton;
|
||||
lCDToolbarItem.SubpartKind := tiskArrow;
|
||||
end
|
||||
//TP_SEPARATOR, TP_SEPARATORVERT, TP_DROPDOWNBUTTONGLYPH: // tikSeparator, tikDivider
|
||||
else
|
||||
Exit;
|
||||
|
Loading…
Reference in New Issue
Block a user