Skip to content

Commit 4cbdc1c

Browse files
authored
Revert "Add AddInputBoxActionTest"
1 parent 01bc57e commit 4cbdc1c

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)