Fixed a typo

This commit is contained in:
Gyedo Jeon 2010-03-23 21:27:10 +00:00
parent e9234408c0
commit 3216e5c0b6

View File

@ -453,7 +453,7 @@ class DirectManipulationControl(DirectObject):
def disableWidgetMove(self):
self.fMovable = 0
if hasattr(base.direct, 'widget'):
base.direct.widget.disableModeColor()
base.direct.widget.disabledModeColor()
else:
self.objectHandles.disabledModeColor()