From ab60784714dc1b43f046bb144c0bf765e1b2b90d Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 2 Dec 2008 09:47:06 +0000 Subject: [PATCH] Comment a not yet implemented feature --- GraphicsView/doc_tex/GraphicsView/GraphicsView.tex | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/GraphicsView/doc_tex/GraphicsView/GraphicsView.tex b/GraphicsView/doc_tex/GraphicsView/GraphicsView.tex index cb7d132bb06..f50a4972a68 100644 --- a/GraphicsView/doc_tex/GraphicsView/GraphicsView.tex +++ b/GraphicsView/doc_tex/GraphicsView/GraphicsView.tex @@ -118,6 +118,7 @@ connected to the graphics item representing the data structure. All input generators we provide use the left mouse button for entering points. The right click terminates a sequence of entered points. 'Delete' and 'backspace' remove the last entered point. 'Esc' resets the input generator. As the 'Ctrl' key -is used by the \ccc{CGAL::Qt::GraphicsViewNavigation} this modifier is not used. The 'Shift' -key is used for generation of axis aligned segments, rays, and lines. +is used by the \ccc{CGAL::Qt::GraphicsViewNavigation} this modifier is not used. + +%The 'Shift' key is used for generation of axis aligned segments, rays, and lines.