diff --git a/Cura/gui/pluginPanel.py b/Cura/gui/pluginPanel.py index 5b9969d..8ae787f 100644 --- a/Cura/gui/pluginPanel.py +++ b/Cura/gui/pluginPanel.py @@ -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()