There were too many undo events being added for IPO Editor when selecting items with the mouse. Removed deselectall_editipo()'s undo push, as it was never called standalone anyway.
This commit is contained in:
Joshua Leung
2008-09-10 12:04:20 +00:00
parent f5c19c2c35
commit a42dd1482f
2 changed files with 1 additions and 1 deletions

View File

@@ -3651,6 +3651,7 @@ void remove_doubles_ipo(void)
}
deselectall_editipo();
BIF_undo_push("Remove Doubles (IPO)");
}

View File

@@ -237,7 +237,6 @@ void deselectall_editipo(void)
}
}
BIF_undo_push("(De)select all Ipo");
scrarea_queue_winredraw(curarea);
}