This is an automated email from the git hooks/post-receive script.

git pushed a commit to reference refs/pull/40/head
in repository efl.

View the commit online.

commit cfa5bbfd400d9867e618205ebd0a0353d2775529
Author: dimmus <dmitri.chudi...@gmail.com>
AuthorDate: Mon Oct 9 18:57:50 2023 +0500

    config: fixed active Scrolling item highlighter
---
 src/bin/elementary/config.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/bin/elementary/config.c b/src/bin/elementary/config.c
index 1a661c8b8e..d3ee165573 100644
--- a/src/bin/elementary/config.c
+++ b/src/bin/elementary/config.c
@@ -4086,9 +4086,9 @@ _status_config_scrolling(Evas_Object *win,
    evas_object_smart_callback_add(sl, "delay,changed", smooth_win_change, NULL);
 
 
-   evas_object_data_set(win, "scrolling", sc);
+   evas_object_data_set(win, "scrolling", bx);
 
-   elm_naviframe_item_simple_push(naviframe, sc);
+   elm_naviframe_item_simple_push(naviframe, bx);
 }
 
 static void

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.

Reply via email to