2019-06-13 Fred Gleason <fredg@paravelsystems.com>

* Fixed a bug in rdlibrary(1) that caused the cut list in the
	'Edit Cart' dialog to be incorrectly sorted.
This commit is contained in:
Fred Gleason 2019-06-13 17:03:38 -04:00
parent 65cf9d3f75
commit 7e915ffe0e
2 changed files with 4 additions and 0 deletions

View File

@ -18762,3 +18762,6 @@
2019-06-11 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlogmanager(1) where the 'End of Clock' marker
appeared at the start rather than at the end of the segment list.
2019-06-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a bug in rdlibrary(1) that caused the cut list in the
'Edit Cart' dialog to be incorrectly sorted.

View File

@ -137,6 +137,7 @@ AudioCart::AudioCart(AudioControls *controls,RDCart *cart,QString *path,
rdcart_cut_list->addColumn(tr("Wt"));
rdcart_cut_list->setColumnAlignment(0,Qt::AlignHCenter);
rdcart_cut_list->setColumnSortType(0,RDListView::LineSort);
rdcart_cut_list->addColumn(tr("Description"));
rdcart_cut_list->setColumnAlignment(1,Qt::AlignLeft);