mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-13 08:05:55 +01:00
2017-03-15 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'lib/rdlog_event.cpp' that caused errors in predicted event start times in RDLogEdit(1).
This commit is contained in:
@@ -1417,7 +1417,7 @@ void ListLog::UpdateTimes(int removed_line,int num_lines)
|
||||
default:
|
||||
if(!logline->startTime(RDLogLine::Predicted).isNull()) {
|
||||
next->setText(1,
|
||||
TimeString(logline->startTime(RDLogLine::Predicted)));
|
||||
TimeString(logline->startTime(RDLogLine::Predicted)));
|
||||
}
|
||||
else {
|
||||
next->setText(1,"");
|
||||
|
||||
Reference in New Issue
Block a user