Gui: Add ability to set coordinate system axis letter color
Fixes: #12172
This commit is contained in:
committed by
Adrián Insaurralde Avalos
parent
913a5dd60f
commit
e40131d4b8
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user