Fixed waiting cursor in the polyhedron demo

This commit is contained in:
Mael Rouxel-Labbé 2016-11-11 19:51:25 +01:00
parent 40655269a2
commit 05ba26517a
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ void Polyhedron_demo_parameterization_plugin::parameterize(const Parameterizatio
connect(ui.buttonBox, SIGNAL(rejected()), &dialog, SLOT(reject()));
// Get values
QApplication::setOverrideCursor(Qt::ArrowCursor);
QApplication::restoreOverrideCursor();
int i = dialog.exec();
if (i == QDialog::Rejected)