[DE][PE] Fix Bug 55663
This commit is contained in:
parent
c19fd3b831
commit
a4dd307dfe
|
@ -291,7 +291,6 @@ define([
|
||||||
dataHintOffset: '0, -16'
|
dataHintOffset: '0, -16'
|
||||||
});
|
});
|
||||||
this.paragraphControls.push(this.btnHighlightColor);
|
this.paragraphControls.push(this.btnHighlightColor);
|
||||||
this.textOnlyControls.push(this.btnHighlightColor);
|
|
||||||
|
|
||||||
this.btnFontColor = new Common.UI.ButtonColored({
|
this.btnFontColor = new Common.UI.ButtonColored({
|
||||||
id: 'id-toolbar-btn-fontcolor',
|
id: 'id-toolbar-btn-fontcolor',
|
||||||
|
|
|
@ -402,7 +402,7 @@ define([
|
||||||
enableToggle: true,
|
enableToggle: true,
|
||||||
allowDepress: true,
|
allowDepress: true,
|
||||||
split: true,
|
split: true,
|
||||||
lock: [_set.slideDeleted, _set.paragraphLock, _set.lostConnect, _set.noSlides, _set.noTextSelected, _set.shapeLock, _set.inSmartart, _set.inSmartartInternal],
|
lock: [_set.slideDeleted, _set.paragraphLock, _set.lostConnect, _set.noSlides, _set.noTextSelected, _set.shapeLock],
|
||||||
menu: new Common.UI.Menu({
|
menu: new Common.UI.Menu({
|
||||||
style: 'min-width: 100px;',
|
style: 'min-width: 100px;',
|
||||||
items: [
|
items: [
|
||||||
|
|
Loading…
Reference in a new issue