diff --git a/Polyhedron/demo/Polyhedron/Polyhedron_demo_off_plugin.cpp b/Polyhedron/demo/Polyhedron/Polyhedron_demo_off_plugin.cpp index 30c6e3d0d76..96fb0a2c108 100644 --- a/Polyhedron/demo/Polyhedron/Polyhedron_demo_off_plugin.cpp +++ b/Polyhedron/demo/Polyhedron/Polyhedron_demo_off_plugin.cpp @@ -7,6 +7,7 @@ #include #include +#include class Polyhedron_demo_off_plugin : public QObject, @@ -67,6 +68,7 @@ Polyhedron_demo_off_plugin::load(QFileInfo fileinfo) { else if( total_nb_of_vertices!= item->polyhedron()->size_of_vertices()) { + QApplication::restoreOverrideCursor(); QMessageBox::warning((QWidget*)NULL, tr("Isolated vertices found"), tr("%1 isolated vertices ignored")