Skip to content

Commit f8cb577

Browse files
committed
Update patchOverlay.m
See last update
1 parent f78efff commit f8cb577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/patch/patchOverlay.m

+1-1
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
end
269269

270270
% Roi-based clusters are a little different so convert here...
271-
if strcmpi(options.outline,'roi') & isempty(options.priorClusters)
271+
if strcmpi(options.outline,'roi') %& isempty(options.priorClusters)
272272
if ~isempty(options.UI)
273273
d.Message = ['Finding ROI blobs...this may take some time if you have large blobs in your map'];
274274
d.Value = 0.1;

0 commit comments

Comments
 (0)