Miscellaneous fixes

This commit is contained in:
jrheinlaender
2013-05-23 20:19:59 +04:30
committed by Stefan Tröger
parent 6eb6f73e52
commit e16b398cbc
5 changed files with 12 additions and 8 deletions

View File

@@ -259,6 +259,7 @@ void TaskMirroredParameters::onPlaneChanged(int num) {
QString buf = QString::fromUtf8("Axis%1").arg(num-5);
std::string str = buf.toStdString();
pcMirrored->MirrorPlane.setValue(pcSketch, std::vector<std::string>(1,str));
exitSelectionMode();
}
else if (num == ui->comboPlane->count() - 1) {
// enter reference selection mode