Skip to content
Commit 9da55e17 authored by Carlos Soriano Sánchez's avatar Carlos Soriano Sánchez
Browse files

window: use slot location instead of loading

We were changing the location of the sidebar every time the slot started
loading.
However, that's dangerous since the slot can start loading few times
even with the old location.

Instead of using the loading property, use the location property and
change the sidebar only when the location actually changes on the slot.

This fixes the sidebar jumping rows with gtk+ 3.20.

https://bugzilla.gnome.org/show_bug.cgi?id=762137
parent c3f111a9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment