Răsfoiți Sursa

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

rich2014 2 ani în urmă
părinte
comite
3e75dd0515
1 a modificat fișierele cu 0 adăugiri și 5 ștergeri
  1. 0 5
      src/ufileviewnotebook.pas

+ 0 - 5
src/ufileviewnotebook.pas

@@ -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