summaryrefslogtreecommitdiff
path: root/src/gui/palette.h
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-03-25 21:49:10 -0600
committerIra Rice <irarice@gmail.com>2009-03-25 21:49:10 -0600
commit58eb615a589cd6444092f9c928f26210087aa78b (patch)
treebc9c60a526af5774c94599d7a1d5446da8babaf6 /src/gui/palette.h
parentbfa4a2e11e0c31418d21a91eca7495589c50c11e (diff)
downloadmana-client-58eb615a589cd6444092f9c928f26210087aa78b.tar.gz
mana-client-58eb615a589cd6444092f9c928f26210087aa78b.tar.bz2
mana-client-58eb615a589cd6444092f9c928f26210087aa78b.tar.xz
mana-client-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>
Diffstat (limited to 'src/gui/palette.h')
-rw-r--r--src/gui/palette.h1
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;