Changeset 169 for trunk/pycha/bar.py
- Timestamp:
- 03/17/09 05:27:31 (3 years ago)
- Files:
-
- 1 modified
-
trunk/pycha/bar.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pycha/bar.py
r149 r169 86 86 87 87 if self.options.shouldFill: 88 cx.set_source_rgb(*self. options.colorScheme[bar.name])88 cx.set_source_rgb(*self.colorScheme[bar.name]) 89 89 cx.fill_preserve() 90 90
