Add plugin with doubleclick.
This commit is contained in:
parent
37fd84b0fa
commit
77e1accb37
1 changed files with 1 additions and 0 deletions
|
|
@ -40,6 +40,7 @@ class pluginPanel(wx.Panel):
|
|||
self.pluginEnabledPanel.SetSizer(sizer)
|
||||
|
||||
self.Bind(wx.EVT_BUTTON, self.OnAdd, addButton)
|
||||
self.listbox.Bind(wx.EVT_LEFT_DCLICK, self.OnAdd)
|
||||
self.panelList = []
|
||||
self.updateProfileToControls()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue