mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
* Off-by-one error.
This commit is contained in:
@@ -62,7 +62,7 @@ TrackHeader::checkState()
|
|||||||
QList< double > m_columnWeights;
|
QList< double > m_columnWeights;
|
||||||
m_columnWeights << 0.21 << 0.22 << 0.20 << 0.05 << 0.05 << 0.05 << 0.05 << 0.05; // << 0.12;
|
m_columnWeights << 0.21 << 0.22 << 0.20 << 0.05 << 0.05 << 0.05 << 0.05 << 0.05; // << 0.12;
|
||||||
|
|
||||||
for ( int i = 0; i < count(); i++ )
|
for ( int i = 0; i < count() - 1; i++ )
|
||||||
{
|
{
|
||||||
if ( isSectionHidden( i ) )
|
if ( isSectionHidden( i ) )
|
||||||
continue;
|
continue;
|
||||||
|
Reference in New Issue
Block a user