fix docFocused event not emitted after document load

This commit is contained in:
Basile Burg 2014-12-29 04:26:06 +01:00
parent 3870020ad1
commit 3492e489f9
1 changed files with 1 additions and 0 deletions

View File

@ -410,6 +410,7 @@ begin
loadCache;
//
fModified := false;
subjDocFocused(TCEMultiDocSubject(fMultiDocSubject), self);
subjDocChanged(TCEMultiDocSubject(fMultiDocSubject), self);
end;