Repository :
https://github.com/FarGroup/FarManager
On branch : master
Link :
https://github.com/FarGroup/FarManager/commit/ee6a24c75c28701cbbd2be5d62d8dc9eaec9bb5e
>---------------------------------------------------------------
commit ee6a24c75c28701cbbd2be5d62d8dc9eaec9bb5e
Author: Alex Alabuzhev <
alab...@gmail.com>
Date: Sun Aug 31 18:02:41 2025 +0100
Fix plugin panels refresh after cd in command line
>---------------------------------------------------------------
ee6a24c75c28701cbbd2be5d62d8dc9eaec9bb5e
far/filelist.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/far/filelist.cpp b/far/filelist.cpp
index 76972185d..5fadf3ab7 100644
--- a/far/filelist.cpp
+++ b/far/filelist.cpp
@@ -3039,6 +3039,8 @@ bool FileList::ChangeDir(string_view const NewDir, bool IsParent, bool ResolvePa
IsPopPlugin = !PrevDataList.empty();
PopPrevData(strFindDir, PluginClosed, !GoToPanelFile, IsParent, SetDirectorySuccess);
+ Parent()->Refresh();
+
return SetDirectorySuccess;
}