From 05b7e2b730b71824cd3e2fa8fa2360050f9eccf2 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 30 Aug 2019 13:39:17 -0400 Subject: [PATCH] efl/widget: un-@protected style property set this is needed for some cases and there isn't a specific reason to keep it proected fix T8100 Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D9803 --- src/lib/elementary/efl_ui_widget.eo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/elementary/efl_ui_widget.eo b/src/lib/elementary/efl_ui_widget.eo index 60e5815888..29aa9e4bc6 100644 --- a/src/lib/elementary/efl_ui_widget.eo +++ b/src/lib/elementary/efl_ui_widget.eo @@ -148,7 +148,7 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object, The style can only be set before @Efl.Object.finalize, which means at construction time of the object (inside $efl_add in C). ]] - set @protected { + set { [[Can only be called during construction, before finalize.]] return: Eina.Error; [[Whether the style was successfully applied or not, see