We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22a530 commit bf03036Copy full SHA for bf03036
tmpNote.py
@@ -279,7 +279,9 @@ def menu_bar(self):
279
editmenu.Append(
280
wx.ID_COPY, '&Copy\tCtrl+C', 'Copy selection from file.'
281
)
282
- self.Bind(wx.EVT_MENU, self.cut_copy_paste_del_sel_event, id=wx.ID_COPY)
+ self.Bind(
283
+ wx.EVT_MENU, self.cut_copy_paste_del_sel_event, id=wx.ID_COPY
284
+ )
285
286
wx.ID_PASTE, '&Paste\tCtrl+V', 'Paste clipboard into file.'
287
0 commit comments