Add help for optical zoom

This commit is contained in:
Maxime Gimeno 2020-10-01 09:10:33 +02:00
parent 06995b543a
commit a175741570
1 changed files with 2 additions and 0 deletions

View File

@ -1665,6 +1665,8 @@ QString CGAL::QGLViewer::mouseActionString(qglviewer::MouseAction ma) {
"SCREEN_TRANSLATE mouse action");
case CGAL::qglviewer::ZOOM_ON_REGION:
return CGAL::QGLViewer::tr("Zooms on region for", "ZOOM_ON_REGION mouse action");
case CGAL::qglviewer::ZOOM_FOV:
return CGAL::QGLViewer::tr("Changes the FOV to emulate an optical zoom for ", "ZOOM_FOV mouse action");
}
return QString();
}