mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Quick view crash with '..' item
This commit is contained in:
parent
523d93004d
commit
a9842bc16d
1 changed files with 2 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
-------------------------------------------------------------------------
|
||||
Quick view panel
|
||||
|
||||
Copyright (C) 2009-2022 Alexander Koblov (alexx2000@mail.ru)
|
||||
Copyright (C) 2009-2023 Alexander Koblov (alexx2000@mail.ru)
|
||||
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
|
@ -286,7 +286,7 @@ begin
|
|||
if FFileSource.IsPathAtRoot(parentDir) then
|
||||
showMsg:= rsPropsFolder + ': ' + parentDir
|
||||
else
|
||||
fullPath:= parentDir;
|
||||
fullPath:= ExcludeTrailingBackslash(parentDir);
|
||||
end;
|
||||
end;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue