mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2017-04-17 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in 'rdlogedit/edit_log.cpp' that caused header data to fail to be saved when clicking the 'Save' button.
This commit is contained in:
@@ -1057,7 +1057,7 @@ void EditLog::saveData()
|
||||
tr("Unable to save log, audio deletion error!"));
|
||||
return;
|
||||
}
|
||||
edit_log_event->save();
|
||||
SaveLog();
|
||||
SetLogModified(false);
|
||||
edit_log->setAutoRefresh(edit_autorefresh_box->currentItem()==0);
|
||||
edit_log->
|
||||
|
||||
Reference in New Issue
Block a user