commit 9873358f68a7dd942fbc5fe64ae8da2b4d980331 68/79168/2
authorHermet Park <hermet@hermet.pe.kr>
Fri, 8 Jul 2016 12:36:48 +0000 (21:36 +0900)
committerHermet Park <hermet@hermet.pe.kr>
Fri, 8 Jul 2016 12:36:48 +0000 (21:36 +0900)
commitf5a3c217a76c7cf15601cd090523a07c4dbccfa8
treea2a93b4e0aba6577029d6a49dd89bf97e33155bd
parent841091db12db3eb2b48b2f6c307ea937db3d9973
commit 9873358f68a7dd942fbc5fe64ae8da2b4d980331

Author: Hermet Park <hermet@hermet.pe.kr>
Date:   Fri Jul 8 21:16:16 2016 +0900

    edje: fix the map state issue.

    While the part state switching, map won't gonna be disabled again,
    due to the incorrect state checking.

    If there param1 indicates the current state with map off.
    then it should disable the map obviously.
    But It assumed the param1 is the previous state, not the current!,
    so the map didn't go disabled state.

    It was intended to avoid the duplicated map state setting.
    So to keeping the intention, now it disable the map, only if
    the map is actually enabled.

    So both are fine.

    @fix

Change-Id: I1e5de2beaa33c9959f9889b03ef97e6509511007
src/lib/edje/edje_calc.c