mirror of https://gitlab.com/basile.b/dexed.git
call updater onEditorFocused
This commit is contained in:
parent
f7633760ea
commit
57cac8022c
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue