Revision 841259
Go back to digest for 3rd August 2008Bug Fixes in KDE Base
John Tapsell committed changes in /trunk/KDE/kdebase/workspace/ksysguard/gui/SensorDisplayLib:
Fix horrible graph corruption.
This was because colors were being read in as ARGB, but were saved as RGB in older versions of ksysguard. So the A was read in as zero, resulting in nothing being drawn!
File Changes
Modified 4 files
- /trunk/KDE/kdebase/workspace/ksysguard/gui/SensorDisplayLib
- /FancyPlotter.cc
- /SensorDisplay.cc
- /SignalPlotter.cc
- /SignalPlotter.h
4 files changed in total