mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 04:32:30 +02:00
ide: invalidate file state cache in CopySecondaryConfigFile
git-svn-id: trunk@51740 -
This commit is contained in:
parent
646e531114
commit
8ce0ad80e2
@ -356,6 +356,7 @@ begin
|
||||
debugln(['WARNING: unable to copy config "',SecondaryFilename,'" to "',PrimaryFilename,'"']);
|
||||
exit;
|
||||
end;
|
||||
InvalidateFileStateCache; // we have to invalidate cache in order FileExistsCached finds the new primary config file
|
||||
end;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user