2021-02-25 Fred Gleason <fredg@paravelsystems.com>

* Fixed a regression in rdlogmanager(1) that caused incorrect
	operation of the progress dialog during log generation.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-02-25 17:31:41 -05:00
parent 33921a3781
commit ea8bf6674a
4 changed files with 50 additions and 39 deletions

View File

@@ -72,9 +72,6 @@ class GenerateLog : public RDDialog
QLabel *gen_tfc_merged_label;
QLabel *gen_mus_avail_label;
QLabel *gen_mus_merged_label;
QPixmap *gen_whiteball_map;
QPixmap *gen_greenball_map;
QPixmap *gen_redball_map;
bool gen_music_enabled;
bool gen_traffic_enabled;
int cmdswitch;
@@ -83,5 +80,4 @@ class GenerateLog : public RDDialog
};
#endif
#endif // GENERATE_LOG_H