projects
/
iramuteq
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b2416f4
)
...
author
Pierre
<ratinaud@univ-tlse2.fr>
Sun, 17 Nov 2013 14:47:40 +0000
(15:47 +0100)
committer
Pierre
<ratinaud@univ-tlse2.fr>
Sun, 17 Nov 2013 14:47:40 +0000
(15:47 +0100)
listlex.py
patch
|
blob
|
history
diff --git
a/listlex.py
b/listlex.py
index
a8a4f64
..
e1572cc
100644
(file)
--- a/
listlex.py
+++ b/
listlex.py
@@
-76,6
+76,7
@@
class ListForSpec(wx.ListCtrl, listmix.ListCtrlAutoWidthMixin, listmix.ColumnSor
#-----------------------------------------------------------------------------------------
self.Bind(wx.EVT_LIST_ITEM_SELECTED, self.OnItemSelected, self)
+ self.Bind(wx.EVT_LIST_ITEM_ACTIVATED , self.OnPopupTwo, self)
# for wxMSW
self.Bind(wx.EVT_COMMAND_RIGHT_CLICK, self.OnRightClick)