messages, dont open target module during selection

This commit is contained in:
Basile Burg 2016-06-24 02:12:13 +02:00
parent 95ecf236a9
commit 490cc8bbce
1 changed files with 2 additions and 0 deletions

View File

@ -923,6 +923,8 @@ var
begin
if List.Selected.isNil then
exit;
if ssCtrl in GetKeyShiftState then
exit;
msg := List.Selected.Text;
if not openFileFromDmdMessage(msg) then
exit;