Miscellaneous fixes
This commit is contained in:
committed by
Stefan Tröger
parent
6eb6f73e52
commit
e16b398cbc
@@ -333,6 +333,7 @@ void TaskLinearPatternParameters::onDirectionChanged(int num) {
|
||||
QString buf = QString::fromUtf8("Axis%1").arg(num-5);
|
||||
std::string str = buf.toStdString();
|
||||
pcLinearPattern->Direction.setValue(pcSketch, std::vector<std::string>(1,str));
|
||||
exitSelectionMode();
|
||||
}
|
||||
else if (num == ui->comboDirection->count() - 1) {
|
||||
// enter reference selection mode
|
||||
|
||||
Reference in New Issue
Block a user