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

Pranam Lashkari (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 23 11:21:22 UTC 2020


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

New commits:
commit 15c2235d160bdbbc163d0d370d46cb5a61a62acf
Author:     Pranam Lashkari <lpranam at collabora.com>
AuthorDate: Thu Apr 23 13:57:09 2020 +0530
Commit:     Szymon Kłos <szymon.klos at collabora.com>
CommitDate: Thu Apr 23 13:21:04 2020 +0200

    leaflet: changed ID of shape fill style
    
    Change-Id: Ib8ad95cf265afbee88f02c3d7746a030e44bbf7c
    Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92743
    Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice at gmail.com>
    Reviewed-by: Szymon Kłos <szymon.klos at collabora.com>

diff --git a/loleaflet/src/control/Control.JSDialogBuilder.js b/loleaflet/src/control/Control.JSDialogBuilder.js
index f2cb686c6..323f69bd7 100644
--- a/loleaflet/src/control/Control.JSDialogBuilder.js
+++ b/loleaflet/src/control/Control.JSDialogBuilder.js
@@ -862,7 +862,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
 			}
 			break;
 
-		case 'fillstyle':
+		case 'fillstylearea':
 			state = items.getItemValue('.uno:FillStyle');
 			if (state) {
 				switch (state) {


More information about the Libreoffice-commits mailing list