mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Close tab by hotkey (fixes #2662)
This commit is contained in:
parent
2aea141aff
commit
e5d1c0b305
1 changed files with 1 additions and 1 deletions
|
|
@ -530,7 +530,7 @@ begin
|
|||
end;
|
||||
{$ENDIF}
|
||||
|
||||
Page[Index].Free;
|
||||
Tabs.Delete(Index);
|
||||
|
||||
ShowTabs:= ((PageCount > 1) or (tb_always_visible in gDirTabOptions)) and gDirectoryTabs;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue