mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-15 16:17:43 +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>
|
2020-12-17 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Reimplemented the right-click menu in the 'Voice Tracker' dialog
|
* Reimplemented the right-click menu in the 'Voice Tracker' dialog
|
||||||
in rdlogedit(1).
|
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)
|
void EditLog::timestyleChangedData(int index)
|
||||||
{
|
{
|
||||||
|
bool changed=edit_changed;
|
||||||
edit_log_model->setStartTimeStyle((RDLogModel::StartTimeStyle)index);
|
edit_log_model->setStartTimeStyle((RDLogModel::StartTimeStyle)index);
|
||||||
|
if(!changed) {
|
||||||
|
SetLogModified(false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user