mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Bug [0000538] "File color is not refreshed after detection of file modification"
This commit is contained in:
parent
6fe711895b
commit
3e077f416d
1 changed files with 2 additions and 0 deletions
|
|
@ -1164,6 +1164,8 @@ begin
|
|||
Exit;
|
||||
end;
|
||||
end;
|
||||
ADisplayFile.TextColor := clNone;
|
||||
ADisplayFile.IconOverlayID := -1;
|
||||
ADisplayFile.DisplayStrings.Clear;
|
||||
|
||||
ANotifications := [fvnFileSourceFileListUpdated];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue