X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-demo.git;a=blobdiff_plain;f=examples%2Ftext-label%2Fexpanding-buttons-impl.cpp;h=73003fc077ae34953a2fb69d34d310c422d14cf8;hp=a4892a86ad404c36546c1b24eec8f0b18585f718;hb=027086a7150b7b8d78c5f079dc172e0a14bca7af;hpb=346c047a487db6b75118680e39ce249a6cdaa8db diff --git a/examples/text-label/expanding-buttons-impl.cpp b/examples/text-label/expanding-buttons-impl.cpp index a4892a8..73003fc 100644 --- a/examples/text-label/expanding-buttons-impl.cpp +++ b/examples/text-label/expanding-buttons-impl.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2019 Samsung Electronics Co., Ltd. + * Copyright (c) 2020 Samsung Electronics Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -52,7 +52,7 @@ void ResetControls( std::vector< WeakHandle< Control > > controls, unsigned int Internal::ExpandingButtons::ExpandingButtons() -: Control( ControlBehaviour( REQUIRES_STYLE_CHANGE_SIGNALS ) ), +: Control( ControlBehaviour( CONTROL_BEHAVIOUR_DEFAULT ) ), mStyleButtonsHidden( false ) { }