mirror of https://gitlab.com/basile.b/dexed.git
messages, dont open target module during selection
This commit is contained in:
parent
95ecf236a9
commit
490cc8bbce
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue