* [TD]add preferences for detail highlight snapping * [TD]fix highlight drag issues * Update src/Mod/TechDraw/Gui/TaskDetail.cpp minor format change from benj5378. Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com> --------- Co-authored-by: Benjamin Bræstrup Sayoc <benj5378@outlook.com>
This commit is contained in:
@@ -81,6 +81,8 @@ void DlgPrefsTechDrawGeneralImp::saveSettings()
|
||||
ui->cb_alwaysShowLabel->onSave();
|
||||
ui->cb_SnapViews->onSave();
|
||||
ui->psb_SnapFactor->onSave();
|
||||
ui->cb_SnapHighlights->onSave();
|
||||
ui->psb_HighlightSnapFactor->onSave();
|
||||
}
|
||||
|
||||
void DlgPrefsTechDrawGeneralImp::loadSettings()
|
||||
@@ -129,6 +131,9 @@ void DlgPrefsTechDrawGeneralImp::loadSettings()
|
||||
|
||||
ui->cb_SnapViews->onRestore();
|
||||
ui->psb_SnapFactor->onRestore();
|
||||
|
||||
ui->cb_SnapHighlights->onRestore();
|
||||
ui->psb_HighlightSnapFactor->onRestore();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user