loleaflet/dist/toolbar/toolbar.js |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

New commits:
commit dfa9b44e938956c484f50d2dbc818822def8417f
Author: Aron Budea <aron.bu...@collabora.com>
Date:   Wed Oct 4 03:48:31 2017 +0200

    Status bar function: first make it work properly
    
    The way the parameter was interpreted changed with this
    core commit: 7bc97db5b972f27693161beb9182f8a5850f5551
    
    For now let's make single function work again.
    
    Change-Id: I6e8ebb4cc7a272c53aa3e44066df7a62ab89d8ab
    Reviewed-on: https://gerrit.libreoffice.org/43110
    Reviewed-by: Jan Holesovsky <ke...@collabora.com>
    Tested-by: Jan Holesovsky <ke...@collabora.com>

diff --git a/loleaflet/dist/toolbar/toolbar.js 
b/loleaflet/dist/toolbar/toolbar.js
index 71646f5f..d8da7ddf 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -1021,15 +1021,15 @@ map.on('doclayerinit', function () {
                        {type: 'break', id:'break8'},
                        {type: 'html',  id: 'StateTableCell',
                                html: '<div id="StateTableCell" 
class="loleaflet-font" title="'+_('Choice of functions')+ '" style="padding: 
5px 5px;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp</div>' },
-                       {type: 'menu', id: 'StateTableCellMenu', caption: '', 
current: 7, items: [
-                               { func: '1', text: _('Average'), icon: ''},
-                               { func: '3', text: _('CountA'), icon: ''},
-                               { func: '2', text: _('Count'), icon: ''},
-                               { func: '4', text: _('Maximum'), icon: ''},
-                               { func: '5', text: _('Minimum'), icon: ''},
-                               { func: '9', text: _('Sum'), icon: ''},
-                               { func: '12', text: _('Selection count'), icon: 
''},
-                               { func: '16', text: _('None'), icon: 
'selected'},
+                       {type: 'menu', id: 'StateTableCellMenu', caption: '', 
current: 5, items: [
+                               { func: '2', text: _('Average'), icon: ''},
+                               { func: '8', text: _('CountA'), icon: ''},
+                               { func: '4', text: _('Count'), icon: ''},
+                               { func: '16', text: _('Maximum'), icon: ''},
+                               { func: '32', text: _('Minimum'), icon: ''},
+                               { func: '512', text: _('Sum'), icon: 
'selected'},
+                               { func: '8192', text: _('Selection count'), 
icon: ''},
+                               { func: '1', text: _('None'), icon: ''},
                ]},
                ]);
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to