spotted minor bug

This commit is contained in:
Basile Burg 2015-11-10 15:40:29 +01:00
parent c784278e54
commit 87d07d42a2
1 changed files with 2 additions and 0 deletions

View File

@ -543,6 +543,8 @@ begin
for str in fDocuments do for str in fDocuments do
if FileExists(str) then if FileExists(str) then
mdh.openDocument(str); mdh.openDocument(str);
// TODO-cbugfix: if project file is reloaded to an editor it won't be linked to the matching project (e.g save file and project editor widget directly updated)
// same with MRU file or mini-explorer.
end; end;
{$ENDREGION} {$ENDREGION}