mirror of https://gitlab.com/basile.b/dexed.git
fix, ddoc win from prev editor still visible since new page-control added
This commit is contained in:
parent
e2f552ac28
commit
660d504ba1
|
@ -275,6 +275,8 @@ begin
|
||||||
//
|
//
|
||||||
macRecorder.Editor:= fDoc;
|
macRecorder.Editor:= fDoc;
|
||||||
fDoc.PopupMenu := mnuEditor;
|
fDoc.PopupMenu := mnuEditor;
|
||||||
|
fDoc.hideCallTips;
|
||||||
|
fDoc.hideDDocs;
|
||||||
if (pageControl.currentPage.Caption = '') then
|
if (pageControl.currentPage.Caption = '') then
|
||||||
begin
|
begin
|
||||||
fKeyChanged := true;
|
fKeyChanged := true;
|
||||||
|
|
|
@ -829,6 +829,7 @@ end;
|
||||||
|
|
||||||
procedure TCESynMemo.hideDDocs;
|
procedure TCESynMemo.hideDDocs;
|
||||||
begin
|
begin
|
||||||
|
fCanShowHint := false;
|
||||||
fDDocWin.Hide;
|
fDDocWin.Hide;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue