Revert "efl.ui.widget: disable parts{} block for now"

This reverts commit 06aabbf8529edd5f09a1ce7c3c59237b2857e98a.

The original commit is reverted after release.
This commit is contained in:
Jaehyun Cho 2019-04-30 11:16:06 +09:00
parent e053c6e458
commit 74135dcc33
1 changed files with 4 additions and 4 deletions

View File

@ -399,10 +399,10 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object,
return: bool; [[Returns $true if the widget is registered in the focus manager, $false if not.]]
}
}
// parts {
// shadow: Efl.Ui.Widget_Part_Shadow;
// background: Efl.Ui.Widget_Part_Bg;
// }
parts {
shadow: Efl.Ui.Widget_Part_Shadow;
background: Efl.Ui.Widget_Part_Bg;
}
implements {
class.constructor;
Efl.Object.constructor;