Gyedo Jeon 15 лет назад
Родитель
Сommit
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()