mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-10 16:43:35 +02:00
Default event_start_time to 00:00:00.0 instead of null
This commit is contained in:
@@ -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="";
|
||||
|
Reference in New Issue
Block a user