mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-08 16:37:46 +02:00
2023-06-21 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in the voice tracker that caused the waveform displays to be greyed out out immediately after creating a new track marker. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
parent
9b3c6dc595
commit
b78e4023e7
@ -24242,3 +24242,6 @@
|
||||
2023-06-16 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Incremented the package version to 4.0.1.
|
||||
* Incremented the Python API version to 4.0.1.
|
||||
2023-06-21 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a bug in the voice tracker that caused the waveform displays
|
||||
to be greyed out out immediately after creating a new track marker.
|
||||
|
@ -981,6 +981,9 @@ void RDTrackerWidget::insertData()
|
||||
else {
|
||||
d_log_model->remove(line,1);
|
||||
}
|
||||
QItemSelection select(d_log_model->index(line,0),
|
||||
d_log_model->index(line,d_log_model->columnCount()-1));
|
||||
selectionChangedData(select,select);
|
||||
delete edit;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user