Fixed background colour default value
was (255,155,255,1), should be (255,255,255,1)
This commit is contained in:
parent
0472069c5b
commit
039bc5fd5d
|
@ -2616,7 +2616,7 @@
|
|||
else if ($('#iDistance').val().trim() == "" || $('#iLengOfLine').val().trim() == "" || $('#iViewWidth').val().trim() == "") {
|
||||
$('.setting-button').trigger('click');
|
||||
this.SetColorPicker('rgba(0,0,0,1)');
|
||||
this.SetBgColorPicker('rgba(255,155,255,1)');
|
||||
this.SetBgColorPicker('rgba(255,255,255,1)');
|
||||
};
|
||||
this.ResetValueToDefault();
|
||||
$('#cp3').colorpicker().on('changeColor', function (e) {
|
||||
|
|
Loading…
Reference in New Issue