chiark
/
gitweb
/
~ianmdlvl
/
cura.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
32b9205
)
Keep focus on objects even if the mouse is out of the window, else the right mouse...
author
daid
<daid303@gmail.com>
Mon, 17 Jun 2013 12:27:21 +0000
(14:27 +0200)
committer
daid
<daid303@gmail.com>
Mon, 17 Jun 2013 12:27:21 +0000
(14:27 +0200)
Cura/gui/sceneView.py
patch
|
blob
|
history
diff --git
a/Cura/gui/sceneView.py
b/Cura/gui/sceneView.py
index a9f32f461b7d32bbf4d714c743b234b31c1151a5..8d047dbae05118f0652d8c303e56f2b0785786ee 100644
(file)
--- 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
def OnMouseLeave(self, e):
self._mouseX = -1
- self._focusObj = None
def getMouseRay(self, x, y):
if self._viewport is None:
def getMouseRay(self, x, y):
if self._viewport is None: