From: daid Date: Mon, 17 Jun 2013 12:27:21 +0000 (+0200) Subject: Keep focus on objects even if the mouse is out of the window, else the right mouse... X-Git-Tag: 13.06.2~2 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=09f0376f837a47f7aefa0579fa5f9c4b87310345;p=cura.git Keep focus on objects even if the mouse is out of the window, else the right mouse button context menu will not work. --- diff --git a/Cura/gui/sceneView.py b/Cura/gui/sceneView.py index a9f32f46..8d047dba 100644 --- a/Cura/gui/sceneView.py +++ b/Cura/gui/sceneView.py @@ -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: