fix issue revealed by split view (3/3), close #84

This commit is contained in:
Basile Burg 2016-08-19 05:56:16 +02:00
parent 2e603f605c
commit 7580d621af
1 changed files with 1 additions and 0 deletions

View File

@ -380,6 +380,7 @@ begin
document.OnCommandProcessed:= @memoCmdProcessed;
//
fDoc := document;
fDoc.setFocus;
focusedEditorChanged;
updateImperative;
end;