Implement LineGroups for default weights
- Add ability to control default weight for visible, hidden and decorative lines from a configuration file. Diffent sets of defaults can be specified as a preference.
This commit is contained in:
@@ -56,6 +56,7 @@ void DlgPrefsTechDraw2Imp::saveSettings()
|
||||
cbGlobalDecimals->onSave();
|
||||
sbAltDecimals->onSave();
|
||||
dsbArrowSize->onSave();
|
||||
leLineGroup->onSave();
|
||||
}
|
||||
|
||||
void DlgPrefsTechDraw2Imp::loadSettings()
|
||||
@@ -73,6 +74,7 @@ void DlgPrefsTechDraw2Imp::loadSettings()
|
||||
cbGlobalDecimals->onRestore();
|
||||
sbAltDecimals->onRestore();
|
||||
dsbArrowSize->onRestore();
|
||||
leLineGroup->onRestore();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user