From e12ecaa7116907fc24346ed6cd7eb9ba5fdfb832 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sat, 6 Oct 2001 09:21:47 +0000 Subject: [PATCH] set line width = 1 for the lasso zoom --- Fltk/Opengl_Window.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Fltk/Opengl_Window.cpp b/Fltk/Opengl_Window.cpp index e18556e66e..0c9fa5191c 100644 --- a/Fltk/Opengl_Window.cpp +++ b/Fltk/Opengl_Window.cpp @@ -1,4 +1,4 @@ -// $Id: Opengl_Window.cpp,v 1.17 2001-08-11 23:28:31 geuzaine Exp $ +// $Id: Opengl_Window.cpp,v 1.18 2001-10-06 09:21:47 geuzaine Exp $ #include "Gmsh.h" #include "Numeric.h" @@ -62,6 +62,7 @@ void Opengl_Window::draw() { glColor3f(1.,1.,1.); glBlendFunc(GL_ONE_MINUS_DST_COLOR, GL_ZERO); glEnable(GL_BLEND); + glLineWidth(1); glBegin(GL_LINE_STRIP); glVertex2d(ZOOM_X0, ZOOM_Y0); glVertex2d(ZOOM_X1, ZOOM_Y0); -- GitLab