style: fixed windows compile issue

This commit is contained in:
itsmattkc
2020-05-04 12:58:28 +10:00
parent 1fa3f4edb4
commit 63f3e542ee
+1 -3
View File
@@ -39,9 +39,7 @@ OLIVE_NAMESPACE_ENTER
MainMenu::MainMenu(MainWindow *parent) :
QMenuBar(parent)
{
#ifdef Q_OS_WINDOWS
StyleManager::UseNativeWindowsStyling(this);
#endif
StyleManager::UseOSNativeStyling(this);
//
// FILE MENU