[Genlist] Added clip_to to GENLIST_PART_DIALOGUE_BASE to support disabled effect...
authorDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 2 Aug 2011 04:48:15 +0000 (13:48 +0900)
committerDaniel Juyung Seo <juyung.seo@samsung.com>
Tue, 2 Aug 2011 04:48:15 +0000 (13:48 +0900)
themes/groups/genlist/genlist_group_title.edc
themes/groups/genlist/genlist_macro.edc
themes/groups/genlist/genlist_styles.edc

index 2dd5919..a411507 100644 (file)
                }
             }
          }
+         GENLIST_PART_DISCLIP
       }
    }
    group { name : "elm/genlist/item/grouptitle.dialogue.seperator/default";
                }
             }
          }
+         GENLIST_PART_DISCLIP
       }
    }
    /////////////////////////////////////////////////
index 4cff4b7..e00eefa 100644 (file)
 #define GENLIST_PART_DIALOGUE_BASE( param_item_height ) \
          part { name: "base"; \
             type: RECT; \
+            clip_to: "disclip"; \
             repeat_events: 1; \
             scale: 1; \
             description { state: "default" 0.0; \
index 5313dd7..126362b 100644 (file)
 
       parts {
          GENLIST_PART_DIALOGUE_BASE( 20 )
+         GENLIST_PART_DISCLIP
       }
    }
 
 
       parts {
          GENLIST_PART_DIALOGUE_BASE( 10 )
+         GENLIST_PART_DISCLIP
       }
    }