Part: disable dragger for the thickness operation

This commit is contained in:
captain0xff
2025-09-02 19:42:25 +05:30
committed by Benjamin Nauck
parent f156e467c9
commit d37230175f

View File

@@ -116,7 +116,10 @@ ThicknessWidget::ThicknessWidget(Part::Thickness* thickness, QWidget* parent)
d->ui.spinOffset->bind(d->thickness->Value);
setupGizmos();
// The interactive gizmos are implemented for this operation just as a proof
// of concept. And so, it is kept disabled until the other operations of the
// Part workbench are covered.
// setupGizmos();
}
ThicknessWidget::~ThicknessWidget()