style: fixed windows compile issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user