Skip to content

Commit

Permalink
Bug fix for 2D mode in basic viewer
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamiand committed Dec 1, 2023
1 parent 8b226bb commit 9abee07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Basic_viewer/include/CGAL/Qt/Basic_viewer.h
Original file line number Diff line number Diff line change
Expand Up @@ -1415,6 +1415,7 @@ class Basic_viewer : public CGAL::QGLViewer
if (is_two_dimensional())
{ displayMessage(QString("Viewer is in 2D mode.")); }
else { displayMessage(QString("Viewer is in 3D mode.")); }
set_camera_mode();
update();
}
}
Expand Down

0 comments on commit 9abee07

Please sign in to comment.