Skip to content

Commit

Permalink
LVD: Fixed issue with undo/redo output messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Arrowstar committed Nov 3, 2018
1 parent 3f1badb commit 81b3345
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -833,7 +833,7 @@ function redoMenu_Callback(hObject, eventdata, handles)
undoRedo = getappdata(handles.ma_LvdMainGUI,'undoRedo');
writeOutput = getappdata(handles.ma_LvdMainGUI,'write_to_output_func');

[~, undoActionName] = undoRedo.shouldUndoMenuBeEnabled();
[~, undoActionName] = undoRedo.shouldRedoMenuBeEnabled();

writeOutput(sprintf('Redoing %s...',undoActionName),'append');
lvdData = undoRedo.redo();
Expand Down

0 comments on commit 81b3345

Please sign in to comment.