default to non-swapped orientation
authorFelix Domke <tmbinc@elitedvb.net>
Mon, 19 Jan 2009 12:49:58 +0000 (13:49 +0100)
committerFelix Domke <tmbinc@elitedvb.net>
Mon, 19 Jan 2009 12:49:58 +0000 (13:49 +0100)
lib/gui/eslider.cpp

index c8b467c..19097ad 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)
 {
 }