Skip to content

Commit 9a2b6f2

Browse files
author
Anders
committed
Shortend progress bar title
1 parent 9b5da44 commit 9a2b6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/ROI/extractFeaturesFromROIs.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
global intermediate_results;
1111

1212
% Loop over ROIs
13-
progBar = ProgressBar(length(ROIs), 'Title','Extracting features from ROIs', 'UpdateRate', 1, 'UseUnicode', false);
13+
progBar = ProgressBar(length(ROIs), 'Title','Extracting features', 'UpdateRate', 1, 'UseUnicode', false);
1414
for r = 1:length(ROIs)
1515
Iroi = ROIs(r).Iroi;
1616
Imask = ROIs(r).Imask;

0 commit comments

Comments
 (0)