mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-19 06:39:13 +02:00
Carbon: remove wrong code from SetRealPopupParent and add a ToDo.
git-svn-id: trunk@51681 -
This commit is contained in:
parent
46ea37d068
commit
61b1bcfde2
@ -333,12 +333,7 @@ end;
|
||||
class procedure TCarbonWSCustomForm.SetRealPopupParent(
|
||||
const ACustomForm: TCustomForm; const APopupParent: TCustomForm);
|
||||
begin
|
||||
if Assigned(APopupParent) and (APopupParent.Handle<>0) then
|
||||
begin
|
||||
SetWindowGroup( TCarbonWindow(ACustomForm.Handle).Window, GetWindowGroupOfClass(kHelpWindowClass));
|
||||
end
|
||||
else
|
||||
SetFormStyle(ACustomForm, ACustomForm.FormStyle, ACustomForm.FormStyle);
|
||||
{ToDo: implement PopupMode/PopupParent for Carbon}
|
||||
end;
|
||||
|
||||
{ TCarbonWSHintWindow }
|
||||
|
Loading…
Reference in New Issue
Block a user