1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-23 17:29:42 +01:00

Don't make the context menus transparent as well. Thanks to nowrep for the hint

This commit is contained in:
Dominik Schmidt 2012-04-09 12:45:39 +02:00
parent 41a3cea05e
commit 651bde6b4a

View File

@ -76,7 +76,7 @@ ContextWidget::ContextWidget( QWidget* parent )
ui->contextView->setScene( m_scene );
ui->contextView->setFrameShape( QFrame::NoFrame );
ui->contextView->setStyleSheet( "background: transparent" );
ui->contextView->setStyleSheet( "QGraphicsView { background: transparent; }" );
ui->contextView->setAttribute( Qt::WA_MacShowFocusRect, 0 );
ui->contextView->setSizePolicy( QSizePolicy::Expanding, QSizePolicy::Expanding );