sysprof: use visible range for chart

We don't want it to update based on selection since that should match
what is in the scrubber.
This commit is contained in:
Christian Hergert
2023-07-12 17:53:40 -07:00
parent 08cf2b1c17
commit e9b0609033

View File

@ -17,7 +17,7 @@
<object class="SysprofColumnLayer">
<property name="title">Stack Traces</property>
<binding name="x-axis">
<lookup name="selected-time-axis" type="SysprofSession">
<lookup name="visible-time-axis" type="SysprofSession">
<lookup name="session">SysprofSamplesSection</lookup>
</lookup>
</binding>