mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-17 16:11:12 +02:00
2021-08-13 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdlibrary(1) that caused misaligned columns when generating a Cut Report. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -531,7 +531,7 @@ void MainWidget::reportData()
|
||||
// Voice Tracks
|
||||
//
|
||||
report+=
|
||||
QString().sprintf("%3u/%-3u ",q->value(8).toUInt(),q->value(7).toUInt());
|
||||
QString().sprintf("%3u/%-3u ",q->value(7).toUInt(),q->value(8).toUInt());
|
||||
|
||||
//
|
||||
// Start Date
|
||||
|
Reference in New Issue
Block a user