mirror of https://gitlab.com/basile.b/dexed.git
spotted minor bug
This commit is contained in:
parent
c784278e54
commit
87d07d42a2
|
@ -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}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue