From 57c48fc46521d8980e8343a14378b6a424cd374d Mon Sep 17 00:00:00 2001 From: Roman Rolinsky Date: Tue, 14 Feb 2006 23:06:34 +0000 Subject: [PATCH] OnReplace not yet undoable git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wxPython/wx/tools/XRCed/xrced.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: