Skip to content

ButtonPushed event is triggered twice for wt.ListSelector component. #136

@slootsjj

Description

@slootsjj

The List Selector push button function is triggered twice. To regenerate the issue, run the following:

comp = wt.ListSelector();
comp.AddSource = 'ButtonPushedFcn';
comp.ButtonPushedFcn = @(s,e) fprintf('Event triggered\n')

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions