Revision 765743

Go back to digest for 27th January 2008

Bug Fixes in Educational

Jason Harris committed changes in /trunk/KDE/kdeedu/kstars/kstars:

Make colorscheme settings persistent across restarts. The problem was in the ColorScheme ctor, I set the colors to their defaults, and then tried to read from the config object.

However, setColor() writes to the config, so the config was being overwritten by the defaults on startup. Now the ctor just reads from the config (which has defaults anyway).

File Changes

Modified 6 files
  • /trunk/KDE/kdeedu/kstars/kstars
  •   /colorscheme.cpp
  •   /colorscheme.h
  •   /kstars.cpp
  •   /kstars.kcfg
  •   /kstarsactions.cpp
  •   /main.cpp
6 files changed in total