mirror of https://gitlab.com/basile.b/dexed.git
nothing
This commit is contained in:
parent
0d62c26613
commit
0f381fb8c3
|
@ -871,7 +871,7 @@ var
|
||||||
pos: TPoint;
|
pos: TPoint;
|
||||||
msg: string;
|
msg: string;
|
||||||
begin
|
begin
|
||||||
//TODO-cbugfix: AV the the 3rd time a same message is clicked (optin singleClick only),
|
//TODO-cbugfix: AV the the 3rd time a same message is clicked (when option singleClick is set),
|
||||||
// click to open matching file, back to editor, click (nothing, item is null), then click again: AV
|
// click to open matching file, back to editor, click (nothing, item is null), then click again: AV
|
||||||
if List.Selected = nil then
|
if List.Selected = nil then
|
||||||
exit;
|
exit;
|
||||||
|
|
|
@ -989,7 +989,6 @@ begin
|
||||||
VK_DECIMAL: Font.Size := fDefaultFontSize;
|
VK_DECIMAL: Font.Size := fDefaultFontSize;
|
||||||
end;
|
end;
|
||||||
TCEEditorHintWindow.FontSize := Font.Size;
|
TCEEditorHintWindow.FontSize := Font.Size;
|
||||||
UpdateCursor;
|
|
||||||
fCanShowHint:=false;
|
fCanShowHint:=false;
|
||||||
fDDocWin.Hide;
|
fDDocWin.Hide;
|
||||||
end;
|
end;
|
||||||
|
|
Loading…
Reference in New Issue