efl_mono: Fixes after efl_part/del changes.

Reviewed-by: Cedric BAIL <cedric@osg.samsung.com>
This commit is contained in:
Lauro Moura 2018-05-07 17:26:39 -03:00 committed by Cedric BAIL
parent 73876dcbc9
commit 35a0b7f632
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class Example
popup.SetSize(new eina.Size2D(150, 30));
popup.ButtonClickedEvt += (object sender, efl.ui.Popup_Alert.ButtonClickedEvt_Args e) => {
popup.SetParent(null);
popup.Del();
popup.Invalidate();
};
}