diff options
author | Ira Rice <irarice@gmail.com> | 2009-03-25 21:49:10 -0600 |
---|---|---|
committer | Ira Rice <irarice@gmail.com> | 2009-03-25 21:49:10 -0600 |
commit | 58eb615a589cd6444092f9c928f26210087aa78b (patch) | |
tree | bc9c60a526af5774c94599d7a1d5446da8babaf6 | |
parent | bfa4a2e11e0c31418d21a91eca7495589c50c11e (diff) | |
download | mana-58eb615a589cd6444092f9c928f26210087aa78b.tar.gz mana-58eb615a589cd6444092f9c928f26210087aa78b.tar.bz2 mana-58eb615a589cd6444092f9c928f26210087aa78b.tar.xz mana-58eb615a589cd6444092f9c928f26210087aa78b.zip |
Make sure the correct color for the pulse gradient shows up on the
slider as well, rather than just in the preview, on startup.
Signed-off-by: Ira Rice <irarice@gmail.com>
-rw-r--r-- | src/gui/palette.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/palette.h b/src/gui/palette.h index cdeaa48d..16c9338c 100644 --- a/src/gui/palette.h +++ b/src/gui/palette.h @@ -291,6 +291,7 @@ class Palette : public gcn::ListModel { ColorElem::type = type; ColorElem::color = color; + ColorElem::testColor = color; ColorElem::text = text; ColorElem::ch = c; ColorElem::grad = grad; |