leaflet: changed ID of shape fill style

Change-Id: Ib8ad95cf265afbee88f02c3d7746a030e44bbf7c
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92743
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Szymon Kłos <szymon.klos@collabora.com>
This commit is contained in:
Pranam Lashkari 2020-04-23 13:57:09 +05:30 committed by Szymon Kłos
parent 313db8a8cd
commit 15c2235d16

View file

@ -862,7 +862,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
}
break;
case 'fillstyle':
case 'fillstylearea':
state = items.getItemValue('.uno:FillStyle');
if (state) {
switch (state) {