mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-18 20:04:00 +02:00
don't allow dragging from playlistmanager header on osx, unifiedtoolbar weirdness ensues
This commit is contained in:
@@ -58,7 +58,9 @@ PlaylistManager::PlaylistManager( QObject* parent )
|
|||||||
m_infobar = new InfoBar();
|
m_infobar = new InfoBar();
|
||||||
m_stack = new QStackedWidget();
|
m_stack = new QStackedWidget();
|
||||||
|
|
||||||
|
#ifndef Q_WS_MAC
|
||||||
m_infobar->installEventFilter( new WidgetDragFilter( m_infobar ) );
|
m_infobar->installEventFilter( new WidgetDragFilter( m_infobar ) );
|
||||||
|
#endif
|
||||||
|
|
||||||
QFrame* line = new QFrame();
|
QFrame* line = new QFrame();
|
||||||
line->setFrameStyle( QFrame::HLine );
|
line->setFrameStyle( QFrame::HLine );
|
||||||
|
Reference in New Issue
Block a user