mirror of https://gitlab.com/basile.b/dexed.git
deactivated DDoc hints
This commit is contained in:
parent
51a56796fd
commit
f162a4f2ed
|
@ -862,12 +862,12 @@ procedure TCEMainForm.ApplicationProperties1ShowHint(var HintStr: string;
|
|||
var CanShow: Boolean; var HintInfo: THintInfo);
|
||||
begin
|
||||
CanShow := true;
|
||||
if fDoc <> nil then
|
||||
{if fDoc <> nil then
|
||||
if fDoc.Focused then
|
||||
begin
|
||||
HintStr := fEditWidg.getEditorHint;
|
||||
CanShow := HintStr <> '';
|
||||
end;
|
||||
end;}
|
||||
end;
|
||||
{$ENDREGION}
|
||||
|
||||
|
|
Loading…
Reference in New Issue