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:
parent
73a62f1898
commit
070c5ce568
1 changed files with 0 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue