From a72fb7586aef5d508a4841d89346acf1addda27c Mon Sep 17 00:00:00 2001 From: cncfanatics Date: Sat, 30 Oct 2010 15:43:20 +0200 Subject: [PATCH] Remove undo & redo menu entries until they work --- gui/mainMenuBar.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui/mainMenuBar.py b/gui/mainMenuBar.py index 30a09038c..caf9fe710 100644 --- a/gui/mainMenuBar.py +++ b/gui/mainMenuBar.py @@ -45,8 +45,8 @@ class MainMenuBar(wx.MenuBar): editMenu = wx.Menu() self.Append(editMenu, "&Edit") - editMenu.Append(wx.ID_UNDO) - editMenu.Append(wx.ID_REDO) + #editMenu.Append(wx.ID_UNDO) + #editMenu.Append(wx.ID_REDO) # Fit menu self.fitMenu = fitMenu = wx.Menu()