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

New commits:
commit 709b81246d7c1339acba3651fe9077ed468a31b4
Author:     Szymon Kłos <szymon.k...@collabora.com>
AuthorDate: Wed Dec 4 17:06:30 2019 +0100
Commit:     Szymon Kłos <szymon.k...@collabora.com>
CommitDate: Wed Dec 4 17:07:28 2019 +0100

    jsdialog: temp fix color picker
    
    Before other content was still visible after user entered color picker.
    But still we will need container with id for updates of colorpicker
    later.
    
    Change-Id: Id7cb9d3a77afa6e2a226250f10917fcd454d15dc

diff --git a/loleaflet/src/control/Control.JSDialogBuilder.js 
b/loleaflet/src/control/Control.JSDialogBuilder.js
index 66ec0eb26..782eb826c 100644
--- a/loleaflet/src/control/Control.JSDialogBuilder.js
+++ b/loleaflet/src/control/Control.JSDialogBuilder.js
@@ -1463,7 +1463,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
                        var childType = childData.type;
                        var processChildren = true;
                        var needsToCreateContainer =
-                               childType == 'panel' || childType == 'frame' || 
childType == 'toolbox';
+                               childType == 'panel' || childType == 'frame';
 
                        if ((childData.id === undefined || childData.id === '' 
|| childData.id === null)
                                && (childType == 'checkbox' || childType == 
'radiobutton')) {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to