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;
|
||||
msg: string;
|
||||
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
|
||||
if List.Selected = nil then
|
||||
exit;
|
||||
|
|
|
@ -989,7 +989,6 @@ begin
|
|||
VK_DECIMAL: Font.Size := fDefaultFontSize;
|
||||
end;
|
||||
TCEEditorHintWindow.FontSize := Font.Size;
|
||||
UpdateCursor;
|
||||
fCanShowHint:=false;
|
||||
fDDocWin.Hide;
|
||||
end;
|
||||
|
|
Loading…
Reference in New Issue