[TechDraw] let arrow size of a dimension change due property task panel

This commit is contained in:
grubertechnic
2023-06-06 15:47:05 +02:00
committed by WandererFan
parent bf8c59ba2a
commit 46882287f2
6 changed files with 22 additions and 2 deletions

View File

@@ -74,10 +74,11 @@ void DlgPrefsTechDrawDimensionsImp::loadSettings()
//Quantity widgets do not use preset value since they are based on
//QAbstractSpinBox
double fontDefault = Preferences::dimFontSizeMM();
double arrowDefault = Preferences::dimArrowSize();
ui->plsb_FontSize->setValue(fontDefault);
// double arrowDefault = 5.0;
// plsb_ArrowSize->setValue(arrowDefault);
ui->plsb_ArrowSize->setValue(fontDefault);
ui->plsb_ArrowSize->setValue(arrowDefault);
ui->pcbStandardAndStyle->onRestore();
ui->cbGlobalDecimals->onRestore();