elm_popup: remove on_show_region_set call
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Thu, 28 Feb 2019 13:48:37 +0000 (08:48 -0500)
committerWonki Kim <wonki_.kim@samsung.com>
Fri, 8 Mar 2019 11:49:36 +0000 (20:49 +0900)
commit14bca97f9d0714a0eaca9afb39b77d9a6a930ccc
tree5847064e4ad10efa3122ee279fb76140e97bf05b
parent2ed1279a8843d5a8b7024387f362c77ba5c0fe75
elm_popup: remove on_show_region_set call

Summary:
Its hard to say why removing such calls are fixing a bug like T7274.
However, it appears that this call causes the min size calculation of
evas to fall apart. This also removes a workarround introduced earlier
to fix this.

This fixes T7274

Reviewers: zmike

Reviewed By: zmike

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Maniphest Tasks: T7274

Differential Revision: https://phab.enlightenment.org/D8043
src/lib/elementary/elc_popup.c
src/lib/elementary/elm_scroller.c