zmike pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=14a6dd6ab0e5ef077866b9d2ac4cd4b94e4a8934

commit 14a6dd6ab0e5ef077866b9d2ac4cd4b94e4a8934
Author: WooHyun Jung <wh0705.j...@samsung.com>
Date:   Wed Sep 25 06:53:51 2019 -0400

    efl_ui_spin_button: mark "direct_text_input" property @beta
    
    Summary:
    After making efl_ui_text interface be stabilized, this property
    can be considered again about its opening.
    
    ref T8097
    
    Reviewers: zmike, bu5hm4n
    
    Reviewed By: zmike
    
    Subscribers: cedric, #reviewers, #committers
    
    Tags: #efl
    
    Maniphest Tasks: T8097
    
    Differential Revision: https://phab.enlightenment.org/D10140
---
 src/lib/elementary/efl_ui_spin_button.eo | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/lib/elementary/efl_ui_spin_button.eo 
b/src/lib/elementary/efl_ui_spin_button.eo
index a8b2778b58..b6fa111a31 100644
--- a/src/lib/elementary/efl_ui_spin_button.eo
+++ b/src/lib/elementary/efl_ui_spin_button.eo
@@ -42,7 +42,7 @@ class @beta Efl.Ui.Spin_Button extends Efl.Ui.Spin
             circulate: bool(false); [[$true to enable circulate or $false to 
disable it.]]
          }
       }
-      @property direct_text_input {
+      @property direct_text_input @beta {
          [[Control whether the spin can be directly edited by the user.
 
            Spin objects can have editing disabled, in which case they can only

-- 


Reply via email to