src/hbcore/style/hbstyleoptionratingslider.cpp
changeset 6 c3690ec91ef8
parent 3 11d3954df52a
child 23 e6ad4ef83b23
--- a/src/hbcore/style/hbstyleoptionratingslider.cpp	Fri Jun 11 13:58:22 2010 +0300
+++ b/src/hbcore/style/hbstyleoptionratingslider.cpp	Wed Jun 23 18:33:25 2010 +0300
@@ -46,7 +46,10 @@
     noOfIntervals(other.noOfIntervals),
     noOfStars(other.noOfStars),
     unRatedGraphicsName(other.unRatedGraphicsName),
-    ratedGraphicsName(other.ratedGraphicsName)
+    ratedGraphicsName(other.ratedGraphicsName),
+    disableState(false),
+	pressedState(false)
+
 {
     type = Type;
     version = Version;