mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Cocoa: LCLCOCOA in TFileViewNotebook.DragDrop() removed by new Lcl/Cocoa version
This commit is contained in:
parent
f058e835f8
commit
3e75dd0515
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue