Bugfix: update the UI after a job validation
This commit is contained in:
@@ -244,6 +244,9 @@ public class Client {
|
||||
gui.error("Client::renderingManagement problem with confirmJob (returned " + ret + ")");
|
||||
sendError(step);
|
||||
}
|
||||
else {
|
||||
gui.AddFrameRendered();
|
||||
}
|
||||
}
|
||||
else {
|
||||
this.jobsToValidate.add(this.renderingJob);
|
||||
|
||||
Reference in New Issue
Block a user