MantisBT - VTK | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0013706 | VTK | (No Category) | public | 2012-12-06 08:36 | 2015-01-09 13:57 |
Reporter | Giuseppe D'Angelo | ||||
Assigned To | David Gobbi | ||||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Platform | OS | OS Version | |||
Product Version | 5.8.0 | ||||
Target Version | Fixed in Version | ||||
Project | TBD | ||||
Type | incorrect functionality | ||||
Summary | 0013706: vtkXOpenGLRenderWindow doesn't honour crosshair cursors | ||||
Description | In VTK 5.10.1 (again, the bugtracker doesn't allow me to set that version number), vtkXOpenGLRenderWindow.cxx: 1991 switch (shape) 1992 { 1993 case VTK_CURSOR_CROSSHAIR: // XC_crosshair sucks on linux, default to arrow 1994 case VTK_CURSOR_ARROW: 1995 if (!this->XCArrow) 1996 { 1997 this->XCArrow = XCreateFontCursor(this->DisplayId, XC_top_left_arrow); 1998 } 1999 XDefineCursor(this->DisplayId, this->WindowId, this->XCArrow); 2000 break; This makes no sense these days with cursor themes. A simple tentative fix is attached. | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | ![]() https://www.vtk.org/Bug/file/9352/vtkXOpenGLRenderWindow_cursor_fix.patch | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2012-12-06 08:36 | Giuseppe D'Angelo | New Issue | |||
2012-12-06 08:36 | Giuseppe D'Angelo | File Added: vtkXOpenGLRenderWindow_cursor_fix.patch | |||
2013-02-04 23:32 | David Gobbi | Assigned To | => David Gobbi | ||
2013-02-04 23:32 | David Gobbi | Status | backlog => tabled | ||
2013-02-04 23:34 | David Gobbi | Note Added: 0030307 | |||
2013-02-04 23:34 | David Gobbi | Status | tabled => closed | ||
2013-02-04 23:34 | David Gobbi | Resolution | open => fixed | ||
2015-01-09 13:57 | David Gobbi | Source_changeset_attached | => VTK master 066564bd | ||
2015-01-09 13:57 | David Gobbi | Source_changeset_attached | => VTK master 85499309 |
Notes | |||||
|
|||||
|
|