Skip to content

iconGrid: Delay updating adjustment value on page switch

Florian Müllner requested to merge fmuellner/gnome-shell:page-switch into main

When switching to a newly created page, the adjustment's limits haven't been adjusted yet. As a result, setting the new value only works when the transition is animated.

To fix the non-animated case, use a MetaLater to set the adjustment value.

Fixes #6315 (closed)

Merge request reports