diff options
author | Katarina Behrens <Katarina.Behrens@cib.de> | 2018-08-10 15:14:07 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2018-08-12 22:28:31 +0200 |
commit | 0adebdf09faa31c8f25415b6a8af415615d42e42 (patch) | |
tree | 200682cb301d5f3230277407d427b49039a64fb6 /vcl | |
parent | a7b18b63ec040a15b1008ec6ccb62e9733488a07 (diff) |
Finally remove non-native menu bar
Change-Id: I4758bc5afa9f9eaced7763b9923250f27df14259
Reviewed-on: https://gerrit.libreoffice.org/58834
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/qt5/Qt5Menu.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/qt5/Qt5Menu.cxx b/vcl/qt5/Qt5Menu.cxx index 859f365aa3ea..b728f0b30160 100644 --- a/vcl/qt5/Qt5Menu.cxx +++ b/vcl/qt5/Qt5Menu.cxx @@ -27,7 +27,7 @@ Qt5Menu::Qt5Menu(bool bMenuBar) Qt5Menu::~Qt5Menu() { maItems.clear(); } -bool Qt5Menu::VisibleMenuBar() { return false; } +bool Qt5Menu::VisibleMenuBar() { return true; } void Qt5Menu::InsertItem(SalMenuItem* pSalMenuItem, unsigned nPos) { |