[TD]Default color and weight for markup lines

This commit is contained in:
wandererfan
2020-01-29 10:00:40 -05:00
committed by WandererFan
parent a105272283
commit ebf0f9da0d
6 changed files with 94 additions and 5 deletions

View File

@@ -74,6 +74,8 @@ void DlgPrefsTechDraw1Imp::saveSettings()
pcbSectionLine->onSave();
pcbCenterColor->onSave();
pcbVertexColor->onSave();
pcbMarkup->onSave();
}
void DlgPrefsTechDraw1Imp::loadSettings()
@@ -108,6 +110,8 @@ void DlgPrefsTechDraw1Imp::loadSettings()
pcbSectionLine->onRestore();
pcbCenterColor->onRestore();
pcbVertexColor->onRestore();
pcbMarkup->onRestore();
}
/**