vcl/jsdialog/enabled.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit b1fcc0cf2d2390575c93385452d70d94c8791c57
Author:     Szymon Kłos <[email protected]>
AuthorDate: Fri Aug 22 14:00:10 2025 +0000
Commit:     Szymon Kłos <[email protected]>
CommitDate: Mon Nov 17 09:36:05 2025 +0100

    jsdialog: enable master page context menu
    
    it can be found in sidebar's widget on master slide
    deck, when user right clicks on a template
    
    Change-Id: I16ba749f4f8d9a877e713713a69dce68362aaa53
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/190072
    Tested-by: Jenkins CollaboraOffice <[email protected]>
    Reviewed-by: Pedro Silva <[email protected]>
    Tested-by: Pedro Silva <[email protected]>
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/194084
    Tested-by: Jenkins
    Reviewed-by: Szymon Kłos <[email protected]>

diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index 05c21807b48a..29fca817be18 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -400,6 +400,7 @@ constexpr auto PopupList
 constexpr auto MenuList
     = frozen::make_unordered_set<std::u16string_view>({
         { u"sfx/ui/stylecontextmenu.ui" },
+        { u"modules/simpress/ui/mastermenu.ui" },
         { u"modules/simpress/ui/layoutmenu.ui" }
     });
 

Reply via email to