Skip to content
Snippets Groups Projects
Commit 70cffcc8 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

cursor_cross!!!

parent a6a81d58
No related branches found
No related tags found
No related merge requests found
// $Id: Opengl_Window.cpp,v 1.15 2001-06-13 13:55:23 geuzaine Exp $
// $Id: Opengl_Window.cpp,v 1.16 2001-08-03 14:34:45 geuzaine Exp $
#include "Gmsh.h"
#include "GmshUI.h"
......@@ -265,7 +265,7 @@ int Opengl_Window::handle(int event) {
Filter_SelectionBuffer(hits,ii,jj,&v,&c,&s,&M);
if(ov != v || oc != c || os != s) {
if(check_type(WID->selection, v, c, s))
WID->g_window->cursor(Fl_Cursor(18)/*FL_CURSOR_CROSS*/,FL_BLACK,FL_WHITE);
WID->g_window->cursor(FL_CURSOR_CROSS,FL_BLACK,FL_WHITE);
else
WID->g_window->cursor(FL_CURSOR_DEFAULT,FL_BLACK,FL_WHITE);
BeginHighlight();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment