mirror of https://gitlab.com/basile.b/dexed.git
foudn bug, completion, steal focus, reset editor focus, too much updates
This commit is contained in:
parent
53c8308ac4
commit
bdc7626b26
|
@ -234,6 +234,7 @@ begin
|
|||
macRecorder.Editor := fDoc;
|
||||
fSyncEdit.Editor := fDoc;
|
||||
completion.Editor := fDoc;
|
||||
//TODO-cbugfix: prevent completion to steal the focus, this trigs too much updates after Ctrl+Space
|
||||
if (pageControl.ActivePage.Caption = '') then
|
||||
begin
|
||||
fKeyChanged := true;
|
||||
|
|
Loading…
Reference in New Issue