mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-21 11:05:49 +01:00
parent
43212b3449
commit
dd08096ff5
@ -280,7 +280,7 @@ class procedure TCarbonWSWinControl.ShowHide(const AWinControl: TWinControl);
|
||||
begin
|
||||
if not CheckHandle(AWinControl, Self, 'ShowHide') then Exit;
|
||||
|
||||
TCarbonWidget(AWinControl.Handle).ShowHide(AWinControl.Visible);
|
||||
TCarbonWidget(AWinControl.Handle).ShowHide(AWinControl.HandleObjectShouldBeVisible);
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user