We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce8bb34 commit 103b1b2Copy full SHA for 103b1b2
1 file changed
mlapptools.m
@@ -88,7 +88,7 @@ function fontColor(uielement, newcolor)
88
end
89
90
tic
91
- while true && (toc < mlapptools.TIMEOUT)
+ while true && (toc < mlapptools.QUERY_TIMEOUT)
92
try
93
hController = struct(struct(uifigurewindow).Controller);
94
% Check for Controller version:
0 commit comments