Commit 1caeabf0de1a690a35decdf2f610fb31728975b9
1 parent
3c1c3bb3
Fixed dissolve effect issue
Change-Id: I166b928a4b12881dd2a21a753151bf7dfe6ef73e
Showing
1 changed file
with
1 additions
and
0 deletions
examples/dissolve-effect/dissolve-effect-example.cpp
| ... | ... | @@ -347,6 +347,7 @@ bool DissolveEffectApp::OnEffectButtonClicked( Toolkit::Button button ) |
| 347 | 347 | } |
| 348 | 348 | else |
| 349 | 349 | { |
| 350 | + mTitleActor.SetProperty( TextLabel::Property::TEXT, std::string(APPLICATION_TITLE_MEDIUMP) ); | |
| 350 | 351 | mEffectChangeButton.SetBackgroundImage(mIconMediumP); |
| 351 | 352 | } |
| 352 | 353 | ... | ... |