diff --git a/wxPython/wx/tools/XRCed/xrced.py b/wxPython/wx/tools/XRCed/xrced.py index e4056b7844..4088a8943d 100644 --- a/wxPython/wx/tools/XRCed/xrced.py +++ b/wxPython/wx/tools/XRCed/xrced.py @@ -925,7 +925,7 @@ Homepage: http://xrced.sourceforge.net\ # Update tools g.tools.UpdateUI() - undoMan.RegisterUndo(UndoPasteCreate(parentLeaf, parent, newItem, selected)) + #undoMan.RegisterUndo(UndoPasteCreate(parentLeaf, parent, newItem, selected)) # Update view? if g.testWin and tree.IsHighlatable(selected): if conf.autoRefresh: