FIX: Quick view crash with '..' item

This commit is contained in:
Alexander Koblov 2023-06-01 20:31:26 +03:00
commit a9842bc16d

View file

@ -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;