Forgot text color from default load-in

monitor
Elliott Liggett 2022-08-21 23:54:37 -07:00
rodzic d11ae30b1a
commit 952585261c
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -6498,7 +6498,7 @@ void wfmain::loadColorPresetToUIandPlots(int presetNumber)
colorPrefsType p = colorPreset[presetNumber];
qInfo(logSystem()) << "color preset number [" << presetNumber << "] requested for UI load, which has internal index of [" << p.presetNum << "]";
setEditAndLedFromColor(p.gridColor, ui->colorEditGrid, ui->colorSwatchGrid);
setEditAndLedFromColor(p.textColor, ui->colorEditText, ui->colorSwatchText);
setEditAndLedFromColor(p.spectrumLine, ui->colorEditSpecLine, ui->colorSwatchSpecLine);
setEditAndLedFromColor(p.spectrumFill, ui->colorEditSpecFill, ui->colorSwatchSpecFill);
setEditAndLedFromColor(p.underlayLine, ui->colorEditUnderlayLine, ui->colorSwatchUnderlayLine);