mirror of https://gitlab.com/basile.b/dexed.git
reactivated DDoc hints
This commit is contained in:
parent
81a8982a42
commit
51a56796fd
|
@ -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 EditWidget.currentEditor <> nil then
|
if fDoc <> nil then
|
||||||
if EditWidget.currentEditor.Focused then
|
if fDoc.Focused then
|
||||||
begin
|
begin
|
||||||
HintStr := EditWidget.getEditorHint;
|
HintStr := fEditWidg.getEditorHint;
|
||||||
CanShow := HintStr <> '';
|
CanShow := HintStr <> '';
|
||||||
end;}
|
end;
|
||||||
end;
|
end;
|
||||||
{$ENDREGION}
|
{$ENDREGION}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue