diff --git a/_posts/2024-07-02-Basic_viewer.md b/_posts/2024-07-02-Basic_viewer.md index 9700bd73d..791c4ce1f 100644 --- a/_posts/2024-07-02-Basic_viewer.md +++ b/_posts/2024-07-02-Basic_viewer.md @@ -43,7 +43,7 @@ int main(int argc, char* argv[])
  • to enable easy customization of the drawing by using the Graphics_scene_options class;
  • to enable different data structures within the same window, by using the Graphics_scene class;
  • to use the basic viewer in a full Qt application, thanks to the widget CGAL::Qt::Basic_viewer;
  • -
  • to add some (limited) interaction with users, through different keyboard shortcuts, by using the class CGAL::Qt::QApplication_and_basic_viewer which regroups a Qt::QApplication and a CGAL::Qt::Basic_viewer.
  • +
  • to add some (limited) interaction with users, through different keyboard shortcuts, by using the class CGAL::Qt::QApplication_and_basic_viewer which regroups a Qt::QApplication and a CGAL::Qt::Basic_viewer.