Add arrowstyle preference

This commit is contained in:
WandererFan
2017-01-01 14:43:32 -05:00
parent 5007193541
commit 5e62c6b2b8
10 changed files with 449 additions and 12 deletions

View File

@@ -52,6 +52,7 @@ void DlgPrefsTechDraw2Imp::saveSettings()
colCenterLine->onSave();
pcbSectionStyle->onSave();
colSectionLine->onSave();
pcbArrow->onSave();
}
void DlgPrefsTechDraw2Imp::loadSettings()
@@ -65,6 +66,7 @@ void DlgPrefsTechDraw2Imp::loadSettings()
colCenterLine->onRestore();
pcbSectionStyle->onRestore();
colSectionLine->onRestore();
pcbArrow->onRestore();
}
/**