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

*** empty log message ***

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