The step size property determines amount of scroll by arrow key event.
Details
Details
elementary_test -> efl.ui.scroller
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/efl_ui_scroll_manager.c | ||
---|---|---|
287 | In legacy we have multiplied this with scale, is this here the same ? Should we do that ? |
Comment Actions
Apply scale value when step size is changed.
Default value is already multiplied at 2403, 2404 line.