Added priority to setColor of widget

This commit is contained in:
Gyedo Jeon 2008-05-15 22:42:58 +00:00
parent 2ecdbffeca
commit 6ed5f67db6

View File

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