== interface ==
Two new mouse cursors (paintbrush and text I-bar) made by basse (he even made the patch!), inspired by Bart's page. I also changed screenmain() ever so slightly, so that the standard cursor is always used when the mouse is over a window header.
This commit is contained in:
@@ -414,8 +414,11 @@ void window_set_cursor(Window *win, int curs) {
|
||||
|
||||
/* detect if we use system cursor or Blender cursor */
|
||||
switch(curs) {
|
||||
case CURSOR_TEXTEDIT:
|
||||
SetBlenderCursor(BC_TEXTEDITCURSOR);
|
||||
break;
|
||||
case CURSOR_VPAINT:
|
||||
SetBlenderCursor(BC_KNIFECURSOR);
|
||||
SetBlenderCursor(BC_PAINTBRUSHCURSOR);
|
||||
break;
|
||||
default:
|
||||
GHOST_SetCursorShape(win->ghostwin, convert_cursor(curs));
|
||||
|
||||
Reference in New Issue
Block a user