[Libreoffice-commits] online.git: loleaflet/src

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 17 18:57:11 UTC 2020


 loleaflet/src/control/Control.ContextMenu.js |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

New commits:
commit 603f964361bbe7685e58092cfeca89f7eace861f
Author:     Tor Lillqvist <tml at collabora.com>
AuthorDate: Tue Mar 17 18:55:19 2020 +0200
Commit:     Andras Timar <andras.timar at collabora.com>
CommitDate: Tue Mar 17 19:56:52 2020 +0100

    Add more entries to mobileBlackList
    
    Specifically, for the context menu you get when you have selected one
    bar of data in a chart, those items that would open a tunneled dialog.
    
    Change-Id: I5406018b63233e7e936494a956ace3dfcdce310d
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/90660
    Tested-by: Andras Timar <andras.timar at collabora.com>
    Reviewed-by: Andras Timar <andras.timar at collabora.com>

diff --git a/loleaflet/src/control/Control.ContextMenu.js b/loleaflet/src/control/Control.ContextMenu.js
index 3e7504da6..c6c8e7d9c 100644
--- a/loleaflet/src/control/Control.ContextMenu.js
+++ b/loleaflet/src/control/Control.ContextMenu.js
@@ -71,7 +71,9 @@ L.Control.ContextMenu = L.Control.extend({
 			'TransformDialog', 'FormatLine', 'FormatArea',
 			'InsertTitles', 'InsertRemoveAxes',
 			'DiagramType', 'DataRanges',
-			'FormatWall',
+			'FormatWall', 'FormatDataSeries',
+			'FormatDataPoint',
+			'InsertTrendline', 'InsertXErrorBars' , 'InsertYErrorBars',
 			// text
 			'SpellingAndGrammarDialog', 'FontDialog', 'FontDialogForParagraph',
 			// spreadsheet


More information about the Libreoffice-commits mailing list