Move restoreoverridecursor()

This commit is contained in:
Maxime Gimeno 2019-02-11 10:25:47 +01:00
parent c7a77e1a97
commit fecc589b4c
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,6 @@ void Polyhedron_demo_affine_transform_plugin::start(Scene_points_with_normal_ite
void Polyhedron_demo_affine_transform_plugin::end(){
QApplication::restoreOverrideCursor();
double matrix[16];
transformMatrix(&matrix[0]);
const CGAL::qglviewer::Vec offset = static_cast<CGAL::Three::Viewer_interface*>(CGAL::QGLViewer::QGLViewerPool().first())->offset();
@ -600,6 +599,7 @@ void Polyhedron_demo_affine_transform_plugin::end(){
transform_points_item = NULL;
}
dock_widget->hide();
QApplication::restoreOverrideCursor();
}
void Polyhedron_demo_affine_transform_plugin::updateUiMatrix()