diff --git a/uppsrc/ide/idewin.cpp b/uppsrc/ide/idewin.cpp index 81315e0a9..704da2425 100644 --- a/uppsrc/ide/idewin.cpp +++ b/uppsrc/ide/idewin.cpp @@ -375,9 +375,9 @@ Ide::Ide() ffound.ColumnAt(2).SetDisplay(Single()); errors.Horz(error, notes); - error.WhenSel = THISBACK(ShowError); - notes.WhenSel = THISBACK(ShowNote); - ffound.WhenSel = THISBACK(ShowFound); + error.WhenSel = error.WhenLeftClick = THISBACK(ShowError); + notes.WhenSel = notes.WhenLeftClick = THISBACK(ShowNote); + ffound.WhenSel = ffound.WhenLeftClick = THISBACK(ShowFound); console.WhenLine = THISBACK(ConsoleLine); editor_bottom.Vert(right_split, bottom);