chiark / gitweb /
Keep focus on objects even if the mouse is out of the window, else the right mouse...
authordaid <daid303@gmail.com>
Mon, 17 Jun 2013 12:27:21 +0000 (14:27 +0200)
committerdaid <daid303@gmail.com>
Mon, 17 Jun 2013 12:27:21 +0000 (14:27 +0200)
Cura/gui/sceneView.py

index a9f32f461b7d32bbf4d714c743b234b31c1151a5..8d047dbae05118f0652d8c303e56f2b0785786ee 100644 (file)
@@ -689,7 +689,6 @@ class SceneView(openglGui.glGuiPanel):
 
        def OnMouseLeave(self, e):
                self._mouseX = -1
-               self._focusObj = None
 
        def getMouseRay(self, x, y):
                if self._viewport is None: