mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-22 07:39:35 +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:
parent
cf6e68bd63
commit
f149a73cdf
@ -20707,3 +20707,6 @@
|
||||
2020-12-17 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Reimplemented the right-click menu in the 'Voice Tracker' dialog
|
||||
in rdlogedit(1).
|
||||
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.
|
||||
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user