mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2020-12-18 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlogedit(1) that caused changing the Start Time type to trigger a request for a save. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -669,7 +669,11 @@ void EditLog::endDateEnabledData(bool state)
|
||||
|
||||
void EditLog::timestyleChangedData(int index)
|
||||
{
|
||||
bool changed=edit_changed;
|
||||
edit_log_model->setStartTimeStyle((RDLogModel::StartTimeStyle)index);
|
||||
if(!changed) {
|
||||
SetLogModified(false);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user