mirror of https://github.com/CGAL/cgal
Fixed waiting cursor in the polyhedron demo
This commit is contained in:
parent
40655269a2
commit
05ba26517a
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue