changeset 737:0c1ef0d05c82 tonioni

Explicitly avoid doing this on Mac (so as to rule it out in investigating toolbar problems)
author Chris Cannam
date Thu, 06 Mar 2014 10:57:29 +0000
parents 1640a7c753cc
children d26545a2a02d
files view/ViewManager.cpp
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/view/ViewManager.cpp	Thu Mar 06 09:43:18 2014 +0000
+++ b/view/ViewManager.cpp	Thu Mar 06 10:57:29 2014 +0000
@@ -670,11 +670,13 @@
         m_lightPalette = QApplication::palette();
     }
 
+#ifndef Q_OS_MAC
     if (dark) {
         QApplication::setPalette(m_darkPalette);
     } else {
         QApplication::setPalette(m_lightPalette);
     }
+#endif
 }
 
 bool