[Libreoffice-commits] core.git: vcl/qt5
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Wed Oct 24 07:59:17 UTC 2018
vcl/qt5/Qt5Menu.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b439cfda24676c5272e3fe30c0a521975f948274
Author: Katarina Behrens <Katarina.Behrens at cib.de>
AuthorDate: Tue Oct 23 16:27:58 2018 +0200
Commit: Katarina Behrens <Katarina.Behrens at cib.de>
CommitDate: Wed Oct 24 09:58:52 2018 +0200
tdf#120450: Radiobuttons want to be checked too
Change-Id: If9b67bf866ed9fe38f69d440deeb2eccb87301bc
Reviewed-on: https://gerrit.libreoffice.org/62237
Tested-by: Jenkins
Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>
diff --git a/vcl/qt5/Qt5Menu.cxx b/vcl/qt5/Qt5Menu.cxx
index 9bbf86be6688..e23c29a5e379 100644
--- a/vcl/qt5/Qt5Menu.cxx
+++ b/vcl/qt5/Qt5Menu.cxx
@@ -132,6 +132,7 @@ void Qt5Menu::DoFullMenuUpdate(Menu* pMenuBar, QMenu* pParentMenu)
pQAG->setExclusive(true);
}
pQAG->addAction(pAction);
+ pAction->setChecked(bChecked);
}
pAction->setEnabled(pSalMenuItem->mbEnabled);
More information about the Libreoffice-commits
mailing list