Browse Source

Fixed a typo

Gyedo Jeon 16 years ago
parent
commit
3216e5c0b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/directtools/DirectManipulation.py

+ 1 - 1
direct/src/directtools/DirectManipulation.py

@@ -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()