mirror of https://gitlab.com/basile.b/dexed.git
fix, status bar not updated until a doc is clicked
This commit is contained in:
parent
f69949b882
commit
da2cbc1dcc
|
@ -134,6 +134,7 @@ procedure TCEEditorWidget.docFocused(aDoc: TCESynMemo);
|
|||
begin
|
||||
fDoc := aDoc;
|
||||
focusedEditorChanged;
|
||||
UpdateByEvent;
|
||||
end;
|
||||
|
||||
procedure TCEEditorWidget.docChanged(aDoc: TCESynMemo);
|
||||
|
|
Loading…
Reference in New Issue