We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45dabe commit 58b14c7Copy full SHA for 58b14c7
widgets/+wt/+abstract/BaseWidget.m
@@ -63,7 +63,7 @@ function forceUpdate(obj)
63
function obj = BaseWidget(varargin)
64
65
% Attach internal postSetup callback
66
- args = horzcat(varargin(:), {"CreateFcn", @(src,evt)postSetup_I(src)});
+ args = horzcat(varargin, {"CreateFcn", @(src,evt)postSetup_I(src)});
67
68
% Call superclass constructor
69
obj = [email protected](args{:});
0 commit comments