mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-12 14:47:44 +02:00
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:
parent
65cf9d3f75
commit
7e915ffe0e
@ -18762,3 +18762,6 @@
|
|||||||
2019-06-11 Fred Gleason <fredg@paravelsystems.com>
|
2019-06-11 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a bug in rdlogmanager(1) where the 'End of Clock' marker
|
* 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.
|
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.
|
||||||
|
@ -137,6 +137,7 @@ AudioCart::AudioCart(AudioControls *controls,RDCart *cart,QString *path,
|
|||||||
|
|
||||||
rdcart_cut_list->addColumn(tr("Wt"));
|
rdcart_cut_list->addColumn(tr("Wt"));
|
||||||
rdcart_cut_list->setColumnAlignment(0,Qt::AlignHCenter);
|
rdcart_cut_list->setColumnAlignment(0,Qt::AlignHCenter);
|
||||||
|
rdcart_cut_list->setColumnSortType(0,RDListView::LineSort);
|
||||||
|
|
||||||
rdcart_cut_list->addColumn(tr("Description"));
|
rdcart_cut_list->addColumn(tr("Description"));
|
||||||
rdcart_cut_list->setColumnAlignment(1,Qt::AlignLeft);
|
rdcart_cut_list->setColumnAlignment(1,Qt::AlignLeft);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user