Display the BPM column in the playlist properly.
This commit is contained in:
parent
f4c7a50973
commit
c41344524d
@ -45,6 +45,7 @@ QString PlaylistDelegateBase::displayText(const QVariant& value, const QLocale&)
|
||||
return QString::number(v);
|
||||
}
|
||||
|
||||
case QMetaType::Float:
|
||||
case QVariant::Double: {
|
||||
double v = value.toDouble();
|
||||
if (v <= 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user