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

New commits:
commit 62134df0c54c3837eb5461863b0cfe2e92ab8366
Author: Jan Holesovsky <ke...@collabora.com>
Date:   Wed Jun 20 13:29:44 2018 +0200

    borders: This has to be global in order to have the event working.
    
    Change-Id: I7a1f52c825905f4fe0ba33fdfd16cf979e3d378d
    Reviewed-on: https://gerrit.libreoffice.org/56156
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>
    Tested-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/loleaflet/dist/toolbar/toolbar.js 
b/loleaflet/dist/toolbar/toolbar.js
index e3848825e..fe3b8fd6c 100644
--- a/loleaflet/dist/toolbar/toolbar.js
+++ b/loleaflet/dist/toolbar/toolbar.js
@@ -299,6 +299,8 @@ function setBorderStyle(num) {
        map.focus();
 }
 
+global.setBorderStyle = setBorderStyle;
+
 function insertTable() {
        var rows = 10;
        var cols = 10;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to