[PD] fix issue 0004785
- then the profile of a pad/pocket was a face, the direction handling was completely broken
This commit is contained in:
@@ -56,7 +56,8 @@ public:
|
||||
virtual void apply() override;
|
||||
|
||||
void fillDirectionCombo();
|
||||
void addAxisToCombo(App::DocumentObject* linkObj, std::string linkSubname, QString itemText);
|
||||
void addAxisToCombo(App::DocumentObject* linkObj, std::string linkSubname, QString itemText,
|
||||
bool hasSketch = true);
|
||||
|
||||
private Q_SLOTS:
|
||||
void onLengthChanged(double);
|
||||
|
||||
Reference in New Issue
Block a user