]> git.saurik.com Git - wxWidgets.git/commitdiff
OnReplace not yet undoable
authorRoman Rolinsky <rolinsky@femagsoft.com>
Tue, 14 Feb 2006 23:06:34 +0000 (23:06 +0000)
committerRoman Rolinsky <rolinsky@femagsoft.com>
Tue, 14 Feb 2006 23:06:34 +0000 (23:06 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37586 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/wx/tools/XRCed/xrced.py

index e4056b7844174b301bcd3e3956d6582bd92bbcef..4088a8943d1295be9ce7bd5c4e5074230e9365f2 100644 (file)
@@ -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: