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

New commits:
commit e9ff77a978d9bbfad45a90d6f775b130d4c6b2f4
Author:     Pedro Pinto Silva <pedro.si...@collabora.com>
AuthorDate: Wed Mar 25 17:37:48 2020 +0100
Commit:     Pedro Pinto da Silva <pedro.si...@collabora.com>
CommitDate: Thu Mar 26 10:20:04 2020 +0100

    Mobile: chart: Add some commands to the black list as
    
    they were currently opening tunneled dialogs. Some if not all already have 
icon so if in the future we can enable this via mobilewizard the icon should 
fall right into place.
    
    Change-Id: I3badd8dcb850add6e5969a7cc38d6dc72250872e
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/91060
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com>
    Tested-by: Pedro Pinto da Silva <pedro.si...@collabora.com>
    Reviewed-by: Pedro Pinto da Silva <pedro.si...@collabora.com>

diff --git a/loleaflet/src/control/Control.ContextMenu.js 
b/loleaflet/src/control/Control.ContextMenu.js
index 1c8dee80a..055e0aa52 100644
--- a/loleaflet/src/control/Control.ContextMenu.js
+++ b/loleaflet/src/control/Control.ContextMenu.js
@@ -72,7 +72,7 @@ L.Control.ContextMenu = L.Control.extend({
                        'InsertTitles', 'InsertRemoveAxes',
                        'DiagramType', 'DataRanges',
                        'FormatWall', 'FormatDataSeries',
-                       'FormatDataPoint',
+                       'FormatDataPoint', 'FormatAxis', 'FormatMajorGrid', 
'FormatMinorGrid',
                        'InsertTrendline', 'InsertXErrorBars' , 
'InsertYErrorBars',
                        // text
                        'SpellingAndGrammarDialog', 'FontDialog', 
'FontDialogForParagraph',
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to