mirror of https://gitlab.com/basile.b/dexed.git
fix, message click not handled until options edited
This commit is contained in:
parent
701fd79d00
commit
f3b7120610
|
@ -230,6 +230,7 @@ begin
|
|||
//
|
||||
List.PopupMenu := contextMenu;
|
||||
List.OnDeletion := @ListDeletion;
|
||||
List.OnDblClick := @handleMessageClick;
|
||||
//
|
||||
btnSelProj.OnClick := @selCtxtClick;
|
||||
btnSelMisc.OnClick := @selCtxtClick;
|
||||
|
|
Loading…
Reference in New Issue