lttng / lttng-scope

A trace viewer and analyzer for LTTng kernel and user space traces
https://lttng.org/beta/#lttng-scope
Eclipse Public License 1.0
28 stars 6 forks source link

timegraph: Avoid scrollbar flicker on zoom #5

Closed ghost closed 7 years ago

ghost commented 7 years ago

Immediately after a zoom animation, the view scrolls to a weird location, then resets to the correct location when the new render arrives. This could be avoided by also moving the scrollbar's hvalue, and either using the center of the pane as pivot OR adding a translation transform, whichever is simpler, as part of the zoom animation.