loleaflet/js/toolbar.js |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 36a6c6f7a7c843007cbbd95d1885462005f68bf3
Author:     Tor Lillqvist <[email protected]>
AuthorDate: Mon Dec 2 15:35:03 2019 +0200
Commit:     Tor Lillqvist <[email protected]>
CommitDate: Mon Dec 2 16:03:53 2019 +0100

    Add (commented-out) debug message
    
    Change-Id: I718899a7071093a63898c73bfc42144140e6fba3
    Reviewed-on: https://gerrit.libreoffice.org/84234
    Reviewed-by: Tor Lillqvist <[email protected]>
    Tested-by: Tor Lillqvist <[email protected]>

diff --git a/loleaflet/js/toolbar.js b/loleaflet/js/toolbar.js
index 091120da7..a9bccdddd 100644
--- a/loleaflet/js/toolbar.js
+++ b/loleaflet/js/toolbar.js
@@ -1738,6 +1738,8 @@ function onCommandStateChanged(e) {
        var found = false;
        var value, color, div;
 
+       // window.postMobileDebug('onCommandStateChanged: ' + commandName + ' ' 
+ state);
+
        if (commandName === '.uno:AssignLayout') {
                $('.styles-select').val(state).trigger('change');
        } else if (commandName === '.uno:StyleApply') {
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to