Commit d78d78092b93f6e002c4a3eefddf4d371af5ef89
[dali_1.0.53] Merge branch 'devel/master'
Change-Id: Ib6cf7d502bdad9d60146e8a2ba44d8195f23deea
Showing
2 changed files
with
2 additions
and
1 deletions
examples/text-field/text-field-example.cpp
| @@ -106,6 +106,7 @@ public: | @@ -106,6 +106,7 @@ public: | ||
| 106 | mPopup = CreatePopup( stageSize.width * 0.8f ); | 106 | mPopup = CreatePopup( stageSize.width * 0.8f ); |
| 107 | mPopup.Add( mField ); | 107 | mPopup.Add( mField ); |
| 108 | mPopup.OutsideTouchedSignal().Connect( this, &TextFieldExample::OnPopupOutsideTouched ); | 108 | mPopup.OutsideTouchedSignal().Connect( this, &TextFieldExample::OnPopupOutsideTouched ); |
| 109 | + stage.Add( mPopup ); | ||
| 109 | mPopup.SetDisplayState( Popup::SHOWN ); | 110 | mPopup.SetDisplayState( Popup::SHOWN ); |
| 110 | 111 | ||
| 111 | return true; | 112 | return true; |
packaging/com.samsung.dali-demo.spec
| @@ -2,7 +2,7 @@ | @@ -2,7 +2,7 @@ | ||
| 2 | 2 | ||
| 3 | Name: com.samsung.dali-demo | 3 | Name: com.samsung.dali-demo |
| 4 | Summary: The OpenGLES Canvas Core Demo | 4 | Summary: The OpenGLES Canvas Core Demo |
| 5 | -Version: 1.0.52 | 5 | +Version: 1.0.53 |
| 6 | Release: 1 | 6 | Release: 1 |
| 7 | Group: System/Libraries | 7 | Group: System/Libraries |
| 8 | License: Apache-2.0 | 8 | License: Apache-2.0 |