reverted temp workaround

This commit is contained in:
Basile Burg 2015-01-17 05:51:43 +01:00
parent 2968b95e0a
commit b214e1bbbd
1 changed files with 2 additions and 1 deletions

View File

@ -386,7 +386,8 @@ begin
Inherited;
checkFileDate;
identifierToD2Syn;
subjDocFocused(TCEMultiDocSubject(fMultiDocSubject), self);
// produces too much updates in the widgets
//subjDocFocused(TCEMultiDocSubject(fMultiDocSubject), self);
end;
procedure TCESynMemo.SetHighlighter(const Value: TSynCustomHighlighter);