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')`