Skip to content

Warning for new progress bar #80

@ubartsch

Description

@ubartsch

if isempty(progressBar) && ischar(progressProp) && strcmp(progressProp,'new')

should be
if ~isempty(progressBar) && ischar(progressProp) && strcmp(progressProp,'new')
?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions