mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 16:50:13 +01:00
2021-07-28 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlogedit(1) that caused the rendering progress dialog to appear when there was no render being processed. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -304,7 +304,6 @@ bool RDRenderer::renderToFile(const QString &outfile,RDLogModel *model,
|
||||
|
||||
ret=Render(outfile,model,s,start_time,ignore_stops,err_msg,
|
||||
first_line,last_line,first_time,last_time);
|
||||
emit lineStarted(model->lineCount(),model->lineCount());
|
||||
return ret;
|
||||
}
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user