deactivated DDoc hints

This commit is contained in:
Basile Burg 2014-11-02 02:29:03 +01:00
parent 51a56796fd
commit f162a4f2ed
1 changed files with 2 additions and 2 deletions

View File

@ -862,12 +862,12 @@ procedure TCEMainForm.ApplicationProperties1ShowHint(var HintStr: string;
var CanShow: Boolean; var HintInfo: THintInfo); var CanShow: Boolean; var HintInfo: THintInfo);
begin begin
CanShow := true; CanShow := true;
if fDoc <> nil then {if fDoc <> nil then
if fDoc.Focused then if fDoc.Focused then
begin begin
HintStr := fEditWidg.getEditorHint; HintStr := fEditWidg.getEditorHint;
CanShow := HintStr <> ''; CanShow := HintStr <> '';
end; end;}
end; end;
{$ENDREGION} {$ENDREGION}