fix display hang when restoring the app window

This commit is contained in:
Basile Burg 2014-09-18 23:08:22 +02:00
parent d4f3bb12da
commit 015c16b50f
1 changed files with 2 additions and 1 deletions

View File

@ -106,9 +106,10 @@ end;
procedure TCESynMemo.setFocus;
begin
inherited;
if not Visible then exit;
checkFileDate;
identifierToD2Syn;
subjDocFocused(TCEMultiDocSubject(fMultiDocSubject), self);
//subjDocFocused(TCEMultiDocSubject(fMultiDocSubject), self);
end;
procedure TCESynMemo.UpdateShowing;