mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
Added priority to setColor of widget
This commit is contained in:
parent
2ecdbffeca
commit
6ed5f67db6
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user