diff options
Diffstat (limited to 'src/interface/Slider.h')
| -rw-r--r-- | src/interface/Slider.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/Slider.h b/src/interface/Slider.h index 4992f80..21792bc 100644 --- a/src/interface/Slider.h +++ b/src/interface/Slider.h @@ -26,6 +26,7 @@ class Slider: public ui::Component { bool isMouseDown; unsigned char * bgGradient; SliderAction * actionCallback; + Colour col1, col2; void updatePosition(int position); public: Slider(Point position, Point size, int steps); |
