summaryrefslogtreecommitdiff
path: root/src/gui/palette.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/palette.h')
-rw-r--r--src/gui/palette.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gui/palette.h b/src/gui/palette.h
index f89b31fca..9409bfc06 100644
--- a/src/gui/palette.h
+++ b/src/gui/palette.h
@@ -158,8 +158,13 @@ class Palette
ColorElem()
{
type = 0;
+ color = 0;
+ testColor = 0;
+ committedColor = 0;
text = "";
ch = 0;
+ grad = STATIC;
+ committedGrad = STATIC;
gradientIndex = 0;
delay = 0;
committedDelay = 0;