Skip to content
Snippets Groups Projects
Commit b906a04b authored by leprob001's avatar leprob001
Browse files

Bugfix, removed unction call to an unavailable function.

parent bbab1a6c
No related branches found
No related tags found
No related merge requests found
200
\ No newline at end of file
201
\ No newline at end of file
......@@ -53,7 +53,6 @@ return
zoom('off');
brush('off');
artoa.controller.edit.timeOfArrival.userCallbackFix();
set(artoaGui.figures.editTimeOfArrival, 'WindowButtonMotionFcn', @onMouseMove);
set(artoaGui.figures.editTimeOfArrival, 'WindowButtonDownFcn', @onMouseAxesDown);
artoaGui.editTimeOfArrival.currentInteractionMode = modeName;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment