diff --git a/src/qt/curecoingui.cpp b/src/qt/curecoingui.cpp index 07e0ab9..8fecf5e 100644 --- a/src/qt/curecoingui.cpp +++ b/src/qt/curecoingui.cpp @@ -308,6 +308,9 @@ void curecoinGUI::createMenuBar() #else // Get the main window's menu bar on other platforms appMenuBar = menuBar(); +#if QT_VERSION < QT_VERSION_CHECK(5, 3, 0) + appMenuBar->setNativeMenuBar(false); +#endif #endif // Configure the menus