diff --git a/src/ce_messages.pas b/src/ce_messages.pas index 8f8c9fb7..de4f2b03 100644 --- a/src/ce_messages.pas +++ b/src/ce_messages.pas @@ -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; diff --git a/src/ce_synmemo.pas b/src/ce_synmemo.pas index b4475604..770b8498 100644 --- a/src/ce_synmemo.pas +++ b/src/ce_synmemo.pas @@ -989,7 +989,6 @@ begin VK_DECIMAL: Font.Size := fDefaultFontSize; end; TCEEditorHintWindow.FontSize := Font.Size; - UpdateCursor; fCanShowHint:=false; fDDocWin.Hide; end;