#213: [PATCH] support scrollbar drag-part scaling
----------------------+-----------------------------------------------------
Reporter: jogness_ | Type: Bug
Status: new | Priority: Minor
Milestone: | Component: etk
Keywords: | Blocking:
Blockedby: |
----------------------+-----------------------------------------------------
When updating the scrollbar size, etk uses 0.0 for the
edje_object_part_drag_size_set() parameter in the direction perpendicular
to the dragging direction. (i.e. width for a vertical scrollbar, height
for a horizontal scrollbar).
Using 0.0 causes the drag-part of the scrollbar to always use the minimum
size specified in the edc (for that direction).
This patch uses a correct value of 1.0, which will allow the drag-part of
the scrollbar to scale as expected. The other components of the scrollbar
already do this correctly.
--
Ticket URL: <http://trac.enlightenment.org/e/ticket/213>
Enlightenment <http://www.enlightenment.org/>
Enlightenment Project
|