fresh runtextlog
This commit is contained in:
@@ -687,6 +687,11 @@ classdef EDFMAppController < handle
|
||||
obj.App.RunLogTextArea.Value = cellstr([current; newLines]);
|
||||
end
|
||||
drawnow limitrate;
|
||||
try
|
||||
scroll(obj.App.RunLogTextArea, 'bottom');
|
||||
catch
|
||||
% scroll(...) is unavailable in older MATLAB releases.
|
||||
end
|
||||
end
|
||||
|
||||
function onRunProgress(obj, message, meta)
|
||||
|
||||
Reference in New Issue
Block a user