White slider fix.

This commit is contained in:
Blaz Kristan 2021-07-22 15:36:33 +02:00
parent 02b6d53544
commit e1527fcbb9
2 changed files with 771 additions and 771 deletions

View File

@ -986,7 +986,7 @@ function readState(s,command=false) {
if (isRgbw) whites[e] = parseInt(i.col[e][3]);
selectSlot(csel);
}
d.getElementById('sliderSpeed').value = whites[csel];
d.getElementById('sliderW').value = whites[csel];
d.getElementById('sliderSpeed').value = i.sx;
d.getElementById('sliderIntensity').value = i.ix;

File diff suppressed because it is too large Load Diff