mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 14:46:33 +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 );
|
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 )
|
if ( opt.state & QStyle::State_MouseOver )
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user