[TD]use correct property types and spinboxes for Section
This commit is contained in:
@@ -171,7 +171,7 @@ void TaskSectionView::setUiEdit()
|
||||
ui->sbScale->setEnabled(false);
|
||||
}
|
||||
|
||||
Base::Vector3d origin = m_section->SectionOrigin.getValue();
|
||||
auto origin = m_section->SectionOrigin.getValue();
|
||||
setUiCommon(origin);
|
||||
|
||||
// convert section normal to view angle
|
||||
|
||||
Reference in New Issue
Block a user