+ fixes #0001549: crash with Draft move tool while sketch is in edit mode

This commit is contained in:
wmayer
2014-05-20 15:25:03 +02:00
parent 581d88485d
commit 17b7003ea7
16 changed files with 51 additions and 14 deletions

View File

@@ -75,7 +75,7 @@ bool ViewProviderFillet::setEdit(int ModNum)
msgBox.setDefaultButton(QMessageBox::Yes);
int ret = msgBox.exec();
if (ret == QMessageBox::Yes)
Gui::Control().closeDialog();
Gui::Control().reject();
else
return false;
}