-
Notifications
You must be signed in to change notification settings - Fork 349
Open
Description
hctsa/PeripheryFunctions/BF_ProgressBar.m
Line 27 in be0d742
if isempty(progressBar) && ischar(progressProp) && strcmp(progressProp,'new') |
should be
if ~isempty(progressBar) && ischar(progressProp) && strcmp(progressProp,'new')
?
Metadata
Metadata
Assignees
Labels
No labels