diff --git a/src/libtomahawk/playlist/ColumnView.cpp b/src/libtomahawk/playlist/ColumnView.cpp index 28a8fb3a6..d83eca7f3 100644 --- a/src/libtomahawk/playlist/ColumnView.cpp +++ b/src/libtomahawk/playlist/ColumnView.cpp @@ -486,7 +486,8 @@ ColumnView::fixScrollBars() if ( sb && sb->orientation() == Qt::Vertical ) { sb->setSingleStep( 6 ); - connect( sb, SIGNAL( valueChanged( int ) ), SLOT( onScrollBarChanged( int ) ), Qt::UniqueConnection ); + //FIXME: The preview widget should probably never scroll. Do we even need the following hack? + //connect( sb, SIGNAL( valueChanged( int ) ), SLOT( onScrollBarChanged( int ) ), Qt::UniqueConnection ); break; }