From f71c8f59f2c16747ae91dac142a679fec9690893 Mon Sep 17 00:00:00 2001 From: "FWoltermann@gmail.com" Date: Fri, 9 Dec 2011 15:53:56 +0000 Subject: A few things that MSVC's analyzer found --- nGenEx/Slider.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nGenEx/Slider.cpp') diff --git a/nGenEx/Slider.cpp b/nGenEx/Slider.cpp index fc5d454..cc8f95c 100644 --- a/nGenEx/Slider.cpp +++ b/nGenEx/Slider.cpp @@ -223,7 +223,7 @@ Slider::Draw() } else { if (nvalues < 2) { - int led_width = w - 4; + led_width = w - 4; int led_height = (int) ((double)(h-4) * FractionalValue()); Color fc = ShadeColor(fill_color, 1); -- cgit v1.1