Skip to content

Commit 103b1b2

Browse files
committed
Fixed refactoring error from previous commit.
Error was introduced in 8a0a723
1 parent ce8bb34 commit 103b1b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlapptools.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ function fontColor(uielement, newcolor)
8888
end
8989

9090
tic
91-
while true && (toc < mlapptools.TIMEOUT)
91+
while true && (toc < mlapptools.QUERY_TIMEOUT)
9292
try
9393
hController = struct(struct(uifigurewindow).Controller);
9494
% Check for Controller version:

0 commit comments

Comments
 (0)