[vlmc-devel] GUI: Don't apply custom palette on mac os
Rohit Yadav
git at videolan.org
Mon Feb 7 20:34:04 CET 2011
vlmc | branch: master | Rohit Yadav <rohityadav89 at gmail.com> | Tue Feb 8 01:17:02 2011 +0530| [ecf2e5de3fd77cd03c1b88ed225b646e3480483e] | committer: Rohit Yadav
GUI: Don't apply custom palette on mac os
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=ecf2e5de3fd77cd03c1b88ed225b646e3480483e
---
src/Main/guimain.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Main/guimain.cpp b/src/Main/guimain.cpp
index bba9aaf..e0b6977 100644
--- a/src/Main/guimain.cpp
+++ b/src/Main/guimain.cpp
@@ -83,7 +83,7 @@ VLMCmain( int argc, char **argv )
}
#endif
-#if defined(Q_WS_WIN) || defined(Q_WS_MAC)
+#if defined(Q_WS_WIN)
// Creating the color palette
QPalette p;
p.setColor( QPalette::WindowText, QColor( 255, 255, 255, 255 ) );
More information about the Vlmc-devel
mailing list