UPD: Cocoa: LCLCOCOA in TFileViewNotebook.DragDrop() removed by new Lcl/Cocoa version

This commit is contained in:
rich2014 2023-06-15 22:13:38 +08:00
commit 3e75dd0515

View file

@ -742,12 +742,7 @@ begin
begin
// Move within the same panel.
if ATabIndex <> -1 then
begin
Tabs.Move(FDraggedPageIndex, ATabIndex);
{$IFDEF LCLCOCOA}
GetPage(ATabIndex).MakeActive;
{$ENDIF}
end;
end
else if (SourceNotebook.FDraggedPageIndex < SourceNotebook.PageCount) then
begin