This commit is contained in:
Basile Burg 2015-12-04 02:39:07 +01:00
parent 0d62c26613
commit 0f381fb8c3
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -989,7 +989,6 @@ begin
VK_DECIMAL: Font.Size := fDefaultFontSize;
end;
TCEEditorHintWindow.FontSize := Font.Size;
UpdateCursor;
fCanShowHint:=false;
fDDocWin.Hide;
end;