mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-26 23:24:33 +02:00
Merge pull request #30 from ColinPitrat/master
Make menu bar display with Qt 5.2.
This commit is contained in:
commit
b87d516aea
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user