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
|
if pageControl.ActivePageIndex <> -1 then
|
||||||
mainForm.docFocusedNotify(Self, pageControl.ActivePageIndex);
|
mainForm.docFocusedNotify(Self, pageControl.ActivePageIndex);
|
||||||
//
|
|
||||||
fKeyChanged := true; // re-tokenize.
|
// re-tokenize.
|
||||||
|
fKeyChanged := true;
|
||||||
|
beginUpdateByDelay;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCEEditorWidget.PageControlChange(Sender: TObject);
|
procedure TCEEditorWidget.PageControlChange(Sender: TObject);
|
||||||
|
|
Loading…
Reference in New Issue