Fix Bug 54038
This commit is contained in:
parent
82d14abd98
commit
31aed3acae
|
@ -1198,6 +1198,7 @@ define([
|
||||||
this._state.GradColor = color;
|
this._state.GradColor = color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.chShadow.setDisabled(!!shapeprops.get_FromChart());
|
||||||
this.chShadow.setValue(!!shapeprops.asc_getShadow(), true);
|
this.chShadow.setValue(!!shapeprops.asc_getShadow(), true);
|
||||||
|
|
||||||
this._noApply = false;
|
this._noApply = false;
|
||||||
|
|
|
@ -1099,6 +1099,7 @@ define([
|
||||||
this._state.GradColor = color;
|
this._state.GradColor = color;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.chShadow.setDisabled(!!props.get_FromChart());
|
||||||
this.chShadow.setValue(!!props.asc_getShadow(), true);
|
this.chShadow.setValue(!!props.asc_getShadow(), true);
|
||||||
|
|
||||||
this._noApply = false;
|
this._noApply = false;
|
||||||
|
|
|
@ -1124,7 +1124,7 @@ define([
|
||||||
|
|
||||||
this._state.GradColor = color;
|
this._state.GradColor = color;
|
||||||
}
|
}
|
||||||
|
this.chShadow.setDisabled(!!shapeprops.get_FromChart());
|
||||||
this.chShadow.setValue(!!shapeprops.asc_getShadow(), true);
|
this.chShadow.setValue(!!shapeprops.asc_getShadow(), true);
|
||||||
|
|
||||||
this._noApply = false;
|
this._noApply = false;
|
||||||
|
|
Loading…
Reference in a new issue