elm: apply the same fix we needed in entry to other scrollable widgets
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Thu, 7 Nov 2019 22:00:36 +0000 (23:00 +0100)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 11 Nov 2019 20:54:35 +0000 (05:54 +0900)
commitf96feaf96300a5e0ea83bcc09e5bef9d7db78844
treef8242db338ad0fd57ba1ca86b05096ee60e0ac9b
parentd83aabd4763ff805f1e3114000794b383a43dace
elm: apply the same fix we needed in entry to other scrollable widgets

this here is the same effect as in my previous commit:
When re retheme a object, we need to reset the signals, otherwise there
would be wrongly displayed scrollbars.

This fixes wrong scrollbars in enlightenment.

Differential Revision: https://phab.enlightenment.org/D10628
src/lib/elementary/elm_gengrid.c
src/lib/elementary/elm_genlist.c
src/lib/elementary/elm_list.c
src/lib/elementary/elm_map.c
src/lib/elementary/elm_panel.c
src/lib/elementary/elm_scroller.c
src/lib/elementary/elm_toolbar.c