mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-24 00:18:13 +02:00
2017-09-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdrender that caused the the default start time to be midnight.
This commit is contained in:
parent
fd713a38bb
commit
83cbd0268f
@ -16022,3 +16022,6 @@
|
|||||||
new database.
|
new database.
|
||||||
2017-09-18 Fred Gleason <fredg@paravelsystems.com>
|
2017-09-18 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed typos in the rdrender(1) man page.
|
* Fixed typos in the rdrender(1) man page.
|
||||||
|
2017-09-18 Fred Gleason <fredg@paravelsystems.com>
|
||||||
|
* Fixed a bug in rdrender that caused the the default start time
|
||||||
|
to be midnight.
|
||||||
|
@ -52,6 +52,7 @@ MainObject::MainObject(QObject *parent)
|
|||||||
render_ignore_stops=false;
|
render_ignore_stops=false;
|
||||||
render_cart_number=0;
|
render_cart_number=0;
|
||||||
render_cut_number=-1;
|
render_cut_number=-1;
|
||||||
|
render_start_time=QTime::currentTime();
|
||||||
|
|
||||||
//
|
//
|
||||||
// Initialize Audio Settings
|
// Initialize Audio Settings
|
||||||
|
Loading…
x
Reference in New Issue
Block a user