Gui: Add ability to set coordinate system axis letter color

Fixes: #12172
This commit is contained in:
Kacper Donat
2024-01-28 17:55:56 +01:00
committed by Adrián Insaurralde Avalos
parent 913a5dd60f
commit e40131d4b8
6 changed files with 103 additions and 18 deletions

View File

@@ -85,6 +85,7 @@ void DlgSettings3DViewImp::saveSettings()
ui->FloatSpinBox_EyeDistance->onSave();
ui->checkBoxBacklight->onSave();
ui->backlightColor->onSave();
ui->axisLetterColor->onSave();
ui->sliderIntensity->onSave();
ui->radioPerspective->onSave();
ui->radioOrthographic->onSave();
@@ -101,6 +102,7 @@ void DlgSettings3DViewImp::loadSettings()
ui->FloatSpinBox_EyeDistance->onRestore();
ui->checkBoxBacklight->onRestore();
ui->backlightColor->onRestore();
ui->axisLetterColor->onRestore();
ui->sliderIntensity->onRestore();
ui->radioPerspective->onRestore();
ui->radioOrthographic->onRestore();