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:
parent
313db8a8cd
commit
15c2235d16
1 changed files with 1 additions and 1 deletions
|
@ -862,7 +862,7 @@ L.Control.JSDialogBuilder = L.Control.extend({
|
|||
}
|
||||
break;
|
||||
|
||||
case 'fillstyle':
|
||||
case 'fillstylearea':
|
||||
state = items.getItemValue('.uno:FillStyle');
|
||||
if (state) {
|
||||
switch (state) {
|
||||
|
|
Loading…
Reference in a new issue