sysinfo: fix wrong map_apply when Elm_Transit ends 33/47233/3
authorDuna Oh <duna.oh@samsung.com>
Tue, 1 Sep 2015 08:00:17 +0000 (17:00 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Wed, 2 Sep 2015 12:19:09 +0000 (05:19 -0700)
- When Sysinfo util is hidden and client is restacked, evas_map is applied with wrong center points.

Change-Id: I0ea2616567a357d44d1a4610d4c5b66c0cc8c0a9
Signed-off-by: Duna Oh <duna.oh@samsung.com>
src/e_mod_sysinfo.c

index e710b22..dc39853 100644 (file)
@@ -486,6 +486,7 @@ e_mod_pol_sysinfo_client_stack(E_Client *ec)
    if ((!e_sysinfo->ec) || (!e_sysinfo->ec->frame)) return;
 
    if (!e_mod_pol_client_is_sysinfo(ec) &&
+       (e_sysinfo->zoom.normal_factor < 1.0) &&
        (ec->w >= 300) && (ec->h >= 300) &&
        (ec->frame))
      {