FIX: Don't reload file list on brightness level of inactive panel change (fixes #1760)

(cherry picked from commit f21aa9cc86)
This commit is contained in:
Alexander Koblov 2024-07-23 13:23:01 +03:00
commit d4401c2923

View file

@ -323,9 +323,7 @@ begin
if bLoadCompleted then
begin
PreviewLeftPanel.UpdateColumnsView;
PreviewLeftPanel.Reload;
PreviewRightPanel.UpdateColumnsView;
PreviewRightPanel.Reload;
end;
end;