Fixed background colour default value

was (255,155,255,1), should be (255,255,255,1)
This commit is contained in:
ballantynedewolf 2019-04-18 15:00:10 +10:00 committed by GitHub
parent 0472069c5b
commit 039bc5fd5d
1 changed files with 1 additions and 1 deletions

View File

@ -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) {