mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-29 08:40:12 +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:
@@ -77,8 +77,7 @@ EditLog::EditLog(QString logname,QString *filter,QString *group,
|
||||
//
|
||||
// Dialogs
|
||||
//
|
||||
edit_render_dialog=
|
||||
new RenderDialog(rda->station(),rda->system(),rda->config(),this);
|
||||
edit_render_dialog=new RenderDialog(this);
|
||||
|
||||
//
|
||||
// Text Validator
|
||||
|
||||
Reference in New Issue
Block a user