mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Cocoa: according page not actived after tab moved(dragdrop) (#466)
Co-authored-by: rich <102933068+rich222222@users.noreply.github.com>
This commit is contained in:
parent
f1ece5b23c
commit
668c341a07
1 changed files with 5 additions and 0 deletions
|
|
@ -722,7 +722,12 @@ 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