Default event_start_time to 00:00:00.0 instead of null

This commit is contained in:
Patrick Linstruth
2018-09-18 19:42:54 -07:00
parent 69337e7612
commit f820d118df

View File

@@ -310,7 +310,7 @@ void RDEventLine::clear()
event_color=QColor();
event_preimport_list->clear();
event_postimport_list->clear();
event_start_time=QTime();
event_start_time=QTime(0,0,0,0);
event_length=0;
event_autofill_slop=-1;
event_sched_group="";