mirror of https://gitlab.com/basile.b/dexed.git
fix small unreleased reg, ther doc not vible anymore after closing one
This commit is contained in:
parent
d4d8766614
commit
d3edd2bb63
|
@ -673,7 +673,6 @@ begin
|
||||||
if fDoc.isNil then exit;
|
if fDoc.isNil then exit;
|
||||||
fDoc.hideCallTips;
|
fDoc.hideCallTips;
|
||||||
fDoc.hideDDocs;
|
fDoc.hideDDocs;
|
||||||
fDOc.Visible:=false;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCEEditorWidget.memoKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
|
procedure TCEEditorWidget.memoKeyDown(Sender: TObject; var Key: Word; Shift: TShiftState);
|
||||||
|
|
Loading…
Reference in New Issue