From 219e1c11dc95ff9c1a7899fb020d63e3cbf97ed2 Mon Sep 17 00:00:00 2001 From: DarkPhoenix Date: Thu, 22 Aug 2019 07:32:15 +0300 Subject: [PATCH] Attempt to remove mac's copy-paste workaround --- gui/mainMenuBar.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/gui/mainMenuBar.py b/gui/mainMenuBar.py index b7f37075a..83ea58d0a 100644 --- a/gui/mainMenuBar.py +++ b/gui/mainMenuBar.py @@ -58,11 +58,6 @@ class MainMenuBar(wx.MenuBar): self.devToolsId = wx.NewId() self.optimizeFitPrice = wx.NewId() - # pheonix: evaluate if this is needed - if 'wxMac' in wx.PlatformInfo and wx.VERSION >= (3, 0): - wx.ID_COPY = wx.NewId() - wx.ID_PASTE = wx.NewId() - self.mainFrame = mainFrame wx.MenuBar.__init__(self)