mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 06:07:37 +02:00
Fixed error from previous commit.
This commit is contained in:
@@ -530,7 +530,7 @@ SourceDelegate::paint( QPainter* painter, const QStyleOptionViewItem& option, co
|
||||
|
||||
paintStandardItem( painter, optIndentation, index, count );
|
||||
}
|
||||
else if ( type == SourcesModel::TemporaryPage || SourcesModel::DeletablePage )
|
||||
else if ( type == SourcesModel::TemporaryPage || type == SourcesModel::DeletablePage )
|
||||
{
|
||||
if ( opt.state & QStyle::State_MouseOver )
|
||||
{
|
||||
|
Reference in New Issue
Block a user