fix, ddoc win from prev editor still visible since new page-control added

This commit is contained in:
Basile Burg 2015-12-26 04:49:40 +01:00
parent e2f552ac28
commit 660d504ba1
2 changed files with 3 additions and 0 deletions

View File

@ -275,6 +275,8 @@ begin
//
macRecorder.Editor:= fDoc;
fDoc.PopupMenu := mnuEditor;
fDoc.hideCallTips;
fDoc.hideDDocs;
if (pageControl.currentPage.Caption = '') then
begin
fKeyChanged := true;

View File

@ -829,6 +829,7 @@ end;
procedure TCESynMemo.hideDDocs;
begin
fCanShowHint := false;
fDDocWin.Hide;
end;