loleaflet/src/control/Control.ContextMenu.js |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit ba8efa4b328fc073b3e94a0af1a8c9f3d376bfc8
Author:     mert <mert.tu...@collabora.com>
AuthorDate: Mon Dec 9 16:33:33 2019 +0300
Commit:     Michael Meeks <michael.me...@collabora.com>
CommitDate: Mon Dec 9 17:56:34 2019 +0100

    Fix shape context menu brings dialogs on mobile
    
    Change-Id: I0101242ebd2bf582093545e3f3abf88b01a043af
    Reviewed-on: https://gerrit.libreoffice.org/84746
    Reviewed-by: Michael Meeks <michael.me...@collabora.com>
    Tested-by: Michael Meeks <michael.me...@collabora.com>

diff --git a/loleaflet/src/control/Control.ContextMenu.js 
b/loleaflet/src/control/Control.ContextMenu.js
index 6109a7171..137300e13 100644
--- a/loleaflet/src/control/Control.ContextMenu.js
+++ b/loleaflet/src/control/Control.ContextMenu.js
@@ -60,7 +60,7 @@ L.Control.ContextMenu = L.Control.extend({
                // This black list contains those menu items which should be 
disabled on mobile even if they
                // are allowed in general. We need to have only those items 
here which are also part
                // of the whitelist, otherwise the menu items are not visible 
anyway.
-               mobileBlackList: ['SpellingAndGrammarDialog', 'FontDialog', 
'FontDialogForParagraph']
+               mobileBlackList: ['SpellingAndGrammarDialog', 'FontDialog', 
'FontDialogForParagraph', 'TransformDialog', 'FormatLine', 'FormatArea']
        },
 
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to