fresh runtextlog

This commit is contained in:
kk
2026-03-23 23:02:38 +08:00
parent b92444ef57
commit 61efebc6f8
+5
View File
@@ -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)