rimmed pushed a commit to branch master.

http://git.enlightenment.org/tools/eflete.git/commit/?id=d3604b6db4a1b71ba84d58ad474cc3354e3c4078

commit d3604b6db4a1b71ba84d58ad474cc3354e3c4078
Author: Vyacheslav Reutskiy <v.reuts...@samsung.com>
Date:   Wed Jul 15 08:12:00 2015 +0300

    Widgets macro: use the default policy for scroller
    
    This should we useful for all entries, and not need to reset the polisy
    each time, when entry is created
    
    Change-Id: I66cb8e952711479e570be268c580d221f3509494
---
 src/bin/common/widget_macro.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/bin/common/widget_macro.h b/src/bin/common/widget_macro.h
index d560193..56421aa 100644
--- a/src/bin/common/widget_macro.h
+++ b/src/bin/common/widget_macro.h
@@ -97,8 +97,6 @@ TODO("see large comment below")
    evas_object_size_hint_align_set(ENTRY, EVAS_HINT_FILL, EVAS_HINT_FILL); \
    elm_entry_single_line_set(ENTRY, ISSINGLELINE); \
    elm_entry_scrollable_set(ENTRY, EINA_TRUE); \
-   elm_scroller_policy_set(ENTRY, ELM_SCROLLER_POLICY_OFF, \
-                                  ELM_SCROLLER_POLICY_OFF); \
    evas_object_show(ENTRY);
 
 #define EWE_ENTRY_ADD(PARENT, ENTRY, ISSINGLELINE) \

-- 


Reply via email to