Browse Source

Fixed a bug of not updating geom_color but updating image_color

Gyedo Jeon 17 years ago
parent
commit
815f9c87fe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/gui/DirectRadioButton.py

+ 1 - 1
direct/src/gui/DirectRadioButton.py

@@ -216,4 +216,4 @@ class DirectRadioButton(DirectButton):
     def setIndicatorValue(self):
         self.component('indicator').guiItem.setState(self['indicatorValue'])
         if self.colors != None:
-            self.component('indicator')['image_color'] = self.colors[self['indicatorValue']]
+            self.component('indicator')['geom_color'] = self.colors[self['indicatorValue']]