API parts require namespacing, these parts have been namespaced with
compatibility code added to handle legacy naming
Details
Details
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
src/lib/elementary/elm_colorselector.c | ||
---|---|---|
1803 | Hum, ins't elm_object_part_content_set also registering the object as subobject ? |
Comment Actions
explicitly add widget to layout sub-objects
src/lib/elementary/elm_colorselector.c | ||
---|---|---|
1803 | Ergh you're right. But it has no return code. Will add manually... |
src/lib/elementary/elm_colorselector.c | ||
---|---|---|
1803 | elm_layout_content_set()? |
Comment Actions
Simple enough fix, implementation looks correct, tested with colorsel and all works fine.