created object from factory need to be initialize their position
to be not shown in the viewport geometry.
Details
Details
- Reviewers
bu5hm4n zmike cedric segfaultxavi
Diff Detail
Diff Detail
- Repository
- rEFL core/efl
- Branch
- devs/bu5hm4n/collectionview
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 12969 Build 9238: arc lint + arc unit
Comment Actions
We can also just set the visibility to false, so we minimize the elements that the renderer is touching. However there are way more issues waiting in T8180 that are also in this code.
Comment Actions
After thinking more about this, i think this makes sense to have in master right now...
Comment Actions
not sure we still need this patch or not,
let me try without this patch and if it need I'll rebase the patch.
Comment Actions
seems we don't need this patch anymore as I tested in efl_ui_list_view_example_1
let me wait till tomorrow and no other comments, I'll drop it.