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
|
begin
|
||||||
fDoc := aDoc;
|
fDoc := aDoc;
|
||||||
focusedEditorChanged;
|
focusedEditorChanged;
|
||||||
|
UpdateByEvent;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCEEditorWidget.docChanged(aDoc: TCESynMemo);
|
procedure TCEEditorWidget.docChanged(aDoc: TCESynMemo);
|
||||||
|
|
Loading…
Reference in New Issue