msgs, only reset sel when file has been opened

This commit is contained in:
Basile Burg 2018-05-06 12:46:13 +02:00
parent 8f8e72856d
commit 7d7dd7d807
1 changed files with 1 additions and 1 deletions

View File

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