mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01: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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user