[DE] Fix bug 54292
This commit is contained in:
parent
bc0426e9b8
commit
ac013b0e10
|
@ -1157,7 +1157,10 @@ define([
|
||||||
this.btnBGColor = new Common.UI.ColorButton({
|
this.btnBGColor = new Common.UI.ColorButton({
|
||||||
parentEl: $('#form-background-color-btn'),
|
parentEl: $('#form-background-color-btn'),
|
||||||
transparent: true,
|
transparent: true,
|
||||||
menu: true
|
menu: true,
|
||||||
|
dataHint: '1',
|
||||||
|
dataHintDirection: 'bottom',
|
||||||
|
dataHintOffset: 'big'
|
||||||
});
|
});
|
||||||
this.lockedControls.push(this.btnBGColor);
|
this.lockedControls.push(this.btnBGColor);
|
||||||
this.btnBGColor.on('color:select', _.bind(this.onColorBGSelect, this));
|
this.btnBGColor.on('color:select', _.bind(this.onColorBGSelect, this));
|
||||||
|
|
Loading…
Reference in a new issue