mirror of https://gitlab.com/basile.b/dexed.git
fix display hang when restoring the app window
This commit is contained in:
parent
d4f3bb12da
commit
015c16b50f
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue