default to non-swapped orientation
[enigma2.git] / lib / gui / eslider.cpp
index c8b467c9a5231fbaa73b0eaf9cad89daaa4c45b1..19097ad4cfe2a008d870440463a1198dfc5f212f 100644 (file)
@@ -1,7 +1,7 @@
 #include <lib/gui/eslider.h>
 
 eSlider::eSlider(eWidget *parent)
-       :eWidget(parent), m_have_border_color(false), m_start(0), m_orientation(orHorizontal), m_border_width(0)
+       :eWidget(parent), m_have_border_color(false), m_start(0), m_orientation(orHorizontal), m_orientation_swapped(0), m_border_width(0)
 {
 }