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)
This commit is contained in:
parent
0085139487
commit
6361f6577b
1 changed files with 1 additions and 0 deletions
|
|
@ -4532,6 +4532,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