Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ego-lay-atman-bay committed Aug 7, 2023
1 parent a51b736 commit 4b7e282
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -808,11 +808,6 @@ def unbindObject(self, id):
)

def createObjectContextMenu(self, obj : wmwpy.classes.Object):
# try:
# self.objectContextMenu.destroy()
# except:
# log_exception()

self.objectContextMenu.delete(0, 3)
self.objectContextMenu.add_command(label = 'delete', command = lambda *args : self.deleteObject(obj), accelerator = 'Del')
self.objectContextMenu.add_command(label = 'copy', command = lambda *args : self.copyObject(obj), accelerator = f'{crossplatform.shortModifier()}+C')
Expand Down

0 comments on commit 4b7e282

Please sign in to comment.