mirror of https://gitlab.com/basile.b/dexed.git
fix, open file from cmd line param crash
GUI not yet visible, error in inherited setFocus
This commit is contained in:
parent
56299e965f
commit
94e88424af
|
|
@ -405,7 +405,7 @@ begin
|
||||||
loadCache;
|
loadCache;
|
||||||
//
|
//
|
||||||
fModified := false;
|
fModified := false;
|
||||||
setFocus;
|
if Showing then setFocus;
|
||||||
subjDocChanged(TCEMultiDocSubject(fMultiDocSubject), self);
|
subjDocChanged(TCEMultiDocSubject(fMultiDocSubject), self);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue