浏览代码

Fixed a typo

Gyedo Jeon 15 年之前
父节点
当前提交
3216e5c0b6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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()