- Timestamp:
- 10/28/08 16:28:25 (4 years ago)
- Files:
-
- 1 modified
-
trunk/src/bar.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bar.py
r109 r112 87 87 cx.set_source_rgb(*self.options.colorScheme[bar.name]) 88 88 cx.fill_preserve() 89 89 90 90 if not self.options.stroke.hide: 91 91 cx.set_source_rgb(*hex2rgb(self.options.stroke.color))
