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)
|
||||
else:
|
||||
direct.deselectAll()
|
||||
else:
|
||||
elif self.mode == 'move':
|
||||
self.manipulateObjectCleanup()
|
||||
self.mode = None
|
||||
|
||||
def manipulateObjectCleanup(self):
|
||||
if self.fScaling:
|
||||
|
Loading…
x
Reference in New Issue
Block a user