fix, status bar not updated until a doc is clicked

This commit is contained in:
Basile Burg 2015-01-04 05:22:46 +01:00
parent f69949b882
commit da2cbc1dcc
1 changed files with 1 additions and 0 deletions

View File

@ -134,6 +134,7 @@ procedure TCEEditorWidget.docFocused(aDoc: TCESynMemo);
begin
fDoc := aDoc;
focusedEditorChanged;
UpdateByEvent;
end;
procedure TCEEditorWidget.docChanged(aDoc: TCESynMemo);