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:
Fred Gleason
2023-06-21 14:09:44 -04:00
parent 9b3c6dc595
commit b78e4023e7
2 changed files with 6 additions and 0 deletions

View File

@@ -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;
}