vcl/jsdialog/enabled.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit dd818992e84a2fbf95b76ab48897aafca7d7c54a
Author: Maya Stephens <[email protected]>
AuthorDate: Thu Dec 11 13:43:38 2025 +0000
Commit: Szymon Kłos <[email protected]>
CommitDate: Mon Dec 29 10:42:47 2025 +0100
Add borderareatransparencydialog.ui to CuiDialogList
When the more button was pressed in online, it would open two instances
of the window: one JSdialog, one tunneled (?). I believe this is because
parts of the opened dialog (e.g. "cui/ui/borderpage.ui") are on the
JSdialog list, while other parts
("cui/ui/borderareatransparencydialog.ui") were not.
Related issue: https://github.com/CollaboraOnline/online/issues/13774
Change-Id: If449e74258fb9c70b322a157cfe5f0906a6a6964
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/195468
Tested-by: Jenkins CollaboraOffice <[email protected]>
Reviewed-by: Szymon Kłos <[email protected]>
diff --git a/vcl/jsdialog/enabled.cxx b/vcl/jsdialog/enabled.cxx
index e50ced438813..5e798c6b6e3d 100644
--- a/vcl/jsdialog/enabled.cxx
+++ b/vcl/jsdialog/enabled.cxx
@@ -58,6 +58,7 @@ constexpr auto CuiDialogList
{ u"cui/ui/areatabpage.ui" },
{ u"cui/ui/areadialog.ui" },
{ u"cui/ui/asiantypography.ui" },
+ { u"cui/ui/borderareatransparencydialog.ui" },
{ u"cui/ui/borderpage.ui" },
{ u"cui/ui/bulletandposition.ui" },
{ u"cui/ui/cellalignment.ui" },