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 | 106 | mPopup = CreatePopup( stageSize.width * 0.8f ); |
| 107 | 107 | mPopup.Add( mField ); |
| 108 | 108 | mPopup.OutsideTouchedSignal().Connect( this, &TextFieldExample::OnPopupOutsideTouched ); |
| 109 | + stage.Add( mPopup ); | |
| 109 | 110 | mPopup.SetDisplayState( Popup::SHOWN ); |
| 110 | 111 | |
| 111 | 112 | return true; | ... | ... |