leaflet: resolved Choosing Solid transparency for a shape makes no difference

Change-Id: Iac72fbe4b31f0844df469c87c2ead598ed0cbe1a
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/93202
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
This commit is contained in:
Pranam Lashkari 2020-04-30 15:51:16 +05:30 committed by Andras Timar
parent 73a62f1898
commit 070c5ce568

View file

@ -1120,13 +1120,6 @@ L.Control.JSDialogBuilder = L.Control.extend({
return String(state.replace(',', '.') / 100.0);
}
break;
case 'transtype':
state = items.getItemValue('.uno:FillFloatTransparence');
if (state) {
return builder._gradientStyleToLabel(state.style);
}
break;
}
return null;