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

Bugfix, check if the syncZoomToaWindow variable is available.

parent ebbc4579
No related branches found
No related tags found
No related merge requests found
264
\ No newline at end of file
265
\ No newline at end of file
......@@ -5,7 +5,8 @@ function [] = syncZoomToaWindow(~, pEventObject)
global artoaGui artoaWorkspace;
%% Check if sync is enabled
if ~artoaWorkspace.trajectoryOutput.syncZoomToaWindow
if ~artoa.data.hasMember(artoaWorkspace, 'trajectoryOutput', 'syncZoomToaWindow') ...
| ~artoaWorkspace.trajectoryOutput.syncZoomToaWindow
return;
end
......
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