mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Eliminated selection on just mouse up, requires matching mouse down event, for bad interaction with direct gui
This commit is contained in:
parent
f0e276fadd
commit
d8330fc4f1
@ -102,8 +102,9 @@ class DirectManipulationControl(PandaObject):
|
|||||||
direct.select(entry.getIntoNodePath(), direct.fShift)
|
direct.select(entry.getIntoNodePath(), direct.fShift)
|
||||||
else:
|
else:
|
||||||
direct.deselectAll()
|
direct.deselectAll()
|
||||||
else:
|
elif self.mode == 'move':
|
||||||
self.manipulateObjectCleanup()
|
self.manipulateObjectCleanup()
|
||||||
|
self.mode = None
|
||||||
|
|
||||||
def manipulateObjectCleanup(self):
|
def manipulateObjectCleanup(self):
|
||||||
if self.fScaling:
|
if self.fScaling:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user