From 6ed5f67db69f4e0f252d1188806be64c25cedd8a Mon Sep 17 00:00:00 2001 From: Gyedo Jeon Date: Thu, 15 May 2008 22:42:58 +0000 Subject: [PATCH] Added priority to setColor of widget --- direct/src/directtools/DirectManipulation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/directtools/DirectManipulation.py b/direct/src/directtools/DirectManipulation.py index 525a05d3c2..a9b4ae0e9b 100644 --- a/direct/src/directtools/DirectManipulation.py +++ b/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()