X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-demo.git;a=blobdiff_plain;f=examples%2Ftransitions%2Fshadow-button-impl.cpp;h=51867d69d4e619aa3c2b26edee49c6b1cc03beb8;hp=4b48e926fa51235717b4c665b75fac780bd1150d;hb=027086a7150b7b8d78c5f079dc172e0a14bca7af;hpb=346c047a487db6b75118680e39ce249a6cdaa8db diff --git a/examples/transitions/shadow-button-impl.cpp b/examples/transitions/shadow-button-impl.cpp index 4b48e92..51867d6 100644 --- a/examples/transitions/shadow-button-impl.cpp +++ b/examples/transitions/shadow-button-impl.cpp @@ -80,7 +80,7 @@ Toolkit::TransitionData ConvertPropertyToTransition( const Property::Value& valu Internal::ShadowButton::ShadowButton() -: Control( ControlBehaviour( REQUIRES_STYLE_CHANGE_SIGNALS ) ), +: Control( ControlBehaviour( CONTROL_BEHAVIOUR_DEFAULT ) ), mCheckState(false), mActiveState(false) {