Skip to content

Commit 621a4d9

Browse files
authored
Merge pull request #63 from UCSDOalads/revert-61-addInputBoxTest
Revert "Add AddInputBoxActionTest"
2 parents 01bc57e + 4cbdc1c commit 621a4d9

2 files changed

Lines changed: 1 addition & 31 deletions

File tree

src/actions/AddDataInputBoxActionTest.java

Lines changed: 0 additions & 28 deletions
This file was deleted.

src/actions/edit/undoredo/SharedUndoRedoActionManager.java

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ public boolean canRedo() {
5353
public void pushUndoableAction( UndoRedoableInterface undoredoableAction ) {
5454
undoStack.push(undoredoableAction);
5555
redoStack.clear();
56-
if(delegate != null){
57-
delegate.didAddNewAction(undoredoableAction);
58-
}
56+
delegate.didAddNewAction(undoredoableAction);
5957
}
6058

6159

0 commit comments

Comments
 (0)