fix #320 - Access violation in the messages when option singleMessageClick is activated

This commit is contained in:
Basile Burg 2018-05-06 09:43:34 +02:00
parent 80a9821c42
commit 8f8e72856d
1 changed files with 1 additions and 0 deletions

View File

@ -1010,6 +1010,7 @@ begin
if ssCtrl in GetKeyShiftState then
exit;
msg := List.Selected.Text;
List.ClearSelection(false);
if not openFileFromDmdMessage(msg) then
exit;
// from here, since a doc has the focus, List.Selected is nil