Skip to content

Commit 98cc667

Browse files
points show status
1 parent 8b43f40 commit 98cc667

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Browsing Functions/AtlasTransformBrowser.m

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -855,7 +855,13 @@ function updateSlice(f, evt, allData, slice_figure, save_location)
855855
ud.pointHands_for_transform = gobjects(0);
856856
end
857857
set(slice_figure, 'UserData', ud_slice);
858-
858+
859+
if ud.getPoint_for_transform
860+
set(ud.pointHands_for_transform, 'Visible', 'on')
861+
else
862+
set(ud.pointHands_for_transform, 'Visible', 'off')
863+
end
864+
859865
% load allen ref location
860866
ud.currentSlice = transform_data.allen_location{1}; ud.currentAngle = transform_data.allen_location{2};
861867

0 commit comments

Comments
 (0)