Browse Source

Added priority to setColor of widget

Gyedo Jeon 17 years ago
parent
commit
6ed5f67db6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/directtools/DirectManipulation.py

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

@@ -660,7 +660,7 @@ class ObjectHandles(NodePath, DirectObject):
         useDirectRenderStyle(self)
 
     def coaModeColor(self):
-        self.setColor(.5, .5, .5, 1)
+        self.setColor(.5, .5, .5, 0.5, 1)
 
     def manipModeColor(self):
         self.clearColor()