diff --git a/youtube_dl_gui/mainframe.py b/youtube_dl_gui/mainframe.py index aa81c7c..d99ca72 100644 --- a/youtube_dl_gui/mainframe.py +++ b/youtube_dl_gui/mainframe.py @@ -654,9 +654,9 @@ class MainFrame(wx.Frame): else: textctrl = wx.TextCtrl(self._panel, style=style) - if event_handler is not None: - textctrl.Bind(wx.EVT_TEXT_PASTE, event_handler) - textctrl.Bind(wx.EVT_MIDDLE_DOWN, event_handler) + #if event_handler is not None: + #textctrl.Bind(wx.EVT_TEXT_PASTE, event_handler) + #textctrl.Bind(wx.EVT_MIDDLE_DOWN, event_handler) if os.name == 'nt': # Enable CTRL+A on Windows