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;
|
||||
//
|
||||
fModified := false;
|
||||
setFocus;
|
||||
if Showing then setFocus;
|
||||
subjDocChanged(TCEMultiDocSubject(fMultiDocSubject), self);
|
||||
end;
|
||||
|
||||
|
|
Loading…
Reference in New Issue