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:
parent
41a3cea05e
commit
651bde6b4a
@ -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 );
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user