mirror of https://gitlab.com/basile.b/dexed.git
fix issue revealed by split view (3/3), close #84
This commit is contained in:
parent
2e603f605c
commit
7580d621af
|
@ -380,6 +380,7 @@ begin
|
||||||
document.OnCommandProcessed:= @memoCmdProcessed;
|
document.OnCommandProcessed:= @memoCmdProcessed;
|
||||||
//
|
//
|
||||||
fDoc := document;
|
fDoc := document;
|
||||||
|
fDoc.setFocus;
|
||||||
focusedEditorChanged;
|
focusedEditorChanged;
|
||||||
updateImperative;
|
updateImperative;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue