mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 12:18:09 +02:00
LCL/CheckCombobox: Fix typos.
This commit is contained in:
parent
bc0b673eb6
commit
624dbca789
@ -18,9 +18,9 @@ uses
|
||||
ComboEx, WSComboEx;
|
||||
|
||||
type
|
||||
{ TCocoaCustomComboBoxEx }
|
||||
{ TCocoaWSCustomComboBoxEx }
|
||||
|
||||
TCocoaCustomComboBoxEx = class(TWSCustomComboBoxEx)
|
||||
TCocoaWSCustomComboBoxEx = class(TWSCustomComboBoxEx)
|
||||
published
|
||||
class function GetFocusedEditableMainItemNoDD(const ACombo: TCustomComboboxEx;
|
||||
ADroppedDown, AMainItem: Boolean): boolean; override;
|
||||
@ -55,11 +55,10 @@ begin
|
||||
Result := ACombo.Focused and (ALeft > 0) and not ADroppedDown;
|
||||
end;
|
||||
|
||||
class procedure TWin32WSCustomCheckCombo.GetRejectToggleOnSelect(
|
||||
const ACombo: TCustomCheckCombo; var AResult: Boolean);
|
||||
begin
|
||||
if ACombo.DroppedDown then AResult := true;
|
||||
// AResult := false;
|
||||
end;
|
||||
class function TCocoaWSCustomCheckCombo.GetRejectDropdown(
|
||||
const ACombo: TCustomCheckCombo; ALeft, ARight: Integer): Boolean;
|
||||
begin
|
||||
Result := false;
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Loading…
Reference in New Issue
Block a user