mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
Fixed a typo
This commit is contained in:
parent
e9234408c0
commit
3216e5c0b6
@ -453,7 +453,7 @@ class DirectManipulationControl(DirectObject):
|
|||||||
def disableWidgetMove(self):
|
def disableWidgetMove(self):
|
||||||
self.fMovable = 0
|
self.fMovable = 0
|
||||||
if hasattr(base.direct, 'widget'):
|
if hasattr(base.direct, 'widget'):
|
||||||
base.direct.widget.disableModeColor()
|
base.direct.widget.disabledModeColor()
|
||||||
else:
|
else:
|
||||||
self.objectHandles.disabledModeColor()
|
self.objectHandles.disabledModeColor()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user