mirror of
https://github.com/cygnusxi/CurecoinSource.git
synced 2025-07-27 07:34:41 +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
|
#else
|
||||||
// Get the main window's menu bar on other platforms
|
// Get the main window's menu bar on other platforms
|
||||||
appMenuBar = menuBar();
|
appMenuBar = menuBar();
|
||||||
|
#if QT_VERSION < QT_VERSION_CHECK(5, 3, 0)
|
||||||
|
appMenuBar->setNativeMenuBar(false);
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Configure the menus
|
// Configure the menus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user