From 8b72f6364e8233cfe0bbff38af02afaa3d4036e6 Mon Sep 17 00:00:00 2001 From: Marcel Hollerbach Date: Mon, 16 Sep 2019 12:28:33 +0200 Subject: [PATCH] efl_ui_widget: remove wrong docs Summary: this is not true anymore, this has been reverted due to how legacy works. *yey* Depends on D9935 Reviewers: segfaultxavi Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9936 --- src/lib/elementary/efl_ui_widget.eo | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/lib/elementary/efl_ui_widget.eo b/src/lib/elementary/efl_ui_widget.eo index b89ab2ea7a..f96bbee983 100644 --- a/src/lib/elementary/efl_ui_widget.eo +++ b/src/lib/elementary/efl_ui_widget.eo @@ -111,9 +111,6 @@ abstract Efl.Ui.Widget extends Efl.Canvas.Group implements Efl.Access.Object, @property disabled { [[Whether the widget is enabled (accepts and reacts to user inputs). - The property is counted, this is, if it is set n times to $true, - it has to be set n times to $false in order to get it out of the disabled state again. - Each widget may handle the disabled state differently, but overall disabled widgets shall not respond to any input events. This is $false by default, meaning the widget is enabled.