mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Locked tabs - reuse existing tab when possible (with archive)
(cherry picked from commit 6361f6577b)
This commit is contained in:
parent
441ce780e6
commit
75009e20ab
1 changed files with 1 additions and 0 deletions
|
|
@ -4344,6 +4344,7 @@ begin
|
|||
begin
|
||||
NewPage := ANotebook.Page[i];
|
||||
PageAlreadyExists := Assigned(NewPage.FileView) and
|
||||
mbCompareFileNames(NewPage.FileView.CurrentAddress, NewFileSource.CurrentAddress) and
|
||||
mbCompareFileNames(NewPage.FileView.CurrentPath, NewPath);
|
||||
if PageAlreadyExists then
|
||||
Break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue