[Libreoffice-commits] core.git: vcl/qt5
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Aug 12 20:28:53 UTC 2018
vcl/qt5/Qt5Menu.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0adebdf09faa31c8f25415b6a8af415615d42e42
Author: Katarina Behrens <Katarina.Behrens at cib.de>
AuthorDate: Fri Aug 10 15:14:07 2018 +0200
Commit: Thorsten Behrens <Thorsten.Behrens at CIB.de>
CommitDate: Sun Aug 12 22:28:31 2018 +0200
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 at CIB.de>
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)
{
More information about the Libreoffice-commits
mailing list