diff -r ddf24c380be6 -r 2ab24976acaa history.cpp --- a/history.cpp Sat Apr 27 16:22:35 2013 +0300 +++ b/history.cpp Sun Apr 28 04:04:36 2013 +0300 @@ -146,10 +146,8 @@ // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // ============================================================================= void EditHistory::undo () { - for (ulong idx : ulaIndices) { - printf ("undo %lu\n", idx); + for (ulong idx : ulaIndices) g_CurrentFile->object (idx)->replace (paOldObjs[idx]->clone ()); - } g_ForgeWindow->refresh (); }