[TD]add default pref for section cut surface

This commit is contained in:
wandererfan
2020-03-23 11:47:10 -04:00
committed by WandererFan
parent 4256e79728
commit afff0df472
4 changed files with 95 additions and 35 deletions

View File

@@ -80,6 +80,7 @@ void DlgPrefsTechDraw3Imp::saveSettings()
plsb_ArrowSize->onSave();
plsb_FontSize->onSave();
sbAltDecimals->onSave();
cbCutSurface->onSave();
}
void DlgPrefsTechDraw3Imp::loadSettings()
@@ -117,6 +118,7 @@ void DlgPrefsTechDraw3Imp::loadSettings()
plsb_ArrowSize->onRestore();
plsb_FontSize->onRestore();
sbAltDecimals->onRestore();
cbCutSurface->onRestore();
DrawGuiUtil::loadArrowBox(pcbBalloonArrow);
pcbBalloonArrow->setCurrentIndex(prefBalloonArrow());