Commit: 9753641c5d8d345c9364f65940afecf0c44a6099
Author: brita
Date:   Sat Feb 22 17:23:18 2014 -0800
https://developer.blender.org/rB9753641c5d8d345c9364f65940afecf0c44a6099

Fix T38645 - Mouse reversed in standalone player with kde

Reviewers: moguri

Differential Revision: https://developer.blender.org/D344

===================================================================

M       source/gameengine/GamePlayer/ghost/GPG_Canvas.cpp

===================================================================

diff --git a/source/gameengine/GamePlayer/ghost/GPG_Canvas.cpp 
b/source/gameengine/GamePlayer/ghost/GPG_Canvas.cpp
index e055938..35c7c62 100644
--- a/source/gameengine/GamePlayer/ghost/GPG_Canvas.cpp
+++ b/source/gameengine/GamePlayer/ghost/GPG_Canvas.cpp
@@ -91,7 +91,7 @@ void GPG_Canvas::SetMouseState(RAS_MouseState mousestate)
                        m_window->setCursorVisibility(true);
                        break;
                case MOUSE_NORMAL:
-                       
m_window->setCursorShape(GHOST_kStandardCursorRightArrow);
+                       m_window->setCursorShape(GHOST_kStandardCursorDefault);
                        m_window->setCursorVisibility(true);
                        break;
                }

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to