mirror of
https://github.com/clementine-player/Clementine
synced 2025-01-31 11:35:24 +01:00
Maybe fix the dodgy coloured tabs on mac
This commit is contained in:
parent
d423d008d4
commit
2c272a3341
@ -150,6 +150,11 @@ MainWindow::MainWindow(NetworkAccessManager* network, Engine::Type engine, QWidg
|
||||
track_position_timer_->setInterval(1000);
|
||||
connect(track_position_timer_, SIGNAL(timeout()), SLOT(UpdateTrackPosition()));
|
||||
|
||||
#ifdef Q_OS_MAC
|
||||
// For some reason this makes the tabs go a funny colour on mac
|
||||
ui_->tabs->setDocumentMode(false);
|
||||
#endif
|
||||
|
||||
// Start initialising the player
|
||||
player_->Init();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user