call updater onEditorFocused

This commit is contained in:
Basile Burg 2014-07-06 15:45:03 +02:00
parent f7633760ea
commit 57cac8022c
1 changed files with 4 additions and 2 deletions

View File

@ -120,8 +120,10 @@ begin
//
if pageControl.ActivePageIndex <> -1 then
mainForm.docFocusedNotify(Self, pageControl.ActivePageIndex);
//
fKeyChanged := true; // re-tokenize.
// re-tokenize.
fKeyChanged := true;
beginUpdateByDelay;
end;
procedure TCEEditorWidget.PageControlChange(Sender: TObject);