Skip to content
Snippets Groups Projects
Commit 1bf5c0ba authored by leprob001's avatar leprob001
Browse files

Bugfix, the status message in rfb converter is now being updated correctly.

parent a1cfbd9e
No related branches found
No related tags found
No related merge requests found
196 197
\ No newline at end of file \ No newline at end of file
...@@ -181,6 +181,7 @@ artoaGui.convertProfilesToRfb.buttonExecuteConversion = uicontrol( ... ...@@ -181,6 +181,7 @@ artoaGui.convertProfilesToRfb.buttonExecuteConversion = uicontrol( ...
function setStatus(pStatusMessage) function setStatus(pStatusMessage)
artoaGui.convertProfilesToRfb.textStatus.String = pStatusMessage; artoaGui.convertProfilesToRfb.textStatus.String = pStatusMessage;
drawnow;
end end
function convert(~, ~) function convert(~, ~)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment