diff -r 627c4a0fd0e7 -r c3690ec91ef8 src/hbcore/style/hbstyleoptionratingslider.cpp --- 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;