Skip to content
Commit f1f53603 authored by Alexander Larsson's avatar Alexander Larsson
Browse files

Fix the ungrab label sometimes rendering wrong

The Spice widget is sometimes sending mouse grab changed signals
while inside gtk_widget_size_allocate() which means any size
alllocation changes we request are ignored. This caused the
label rendering issue.

We work around this by delaying the change to an idle.

https://bugzilla.gnome.org/show_bug.cgi?id=692465
parent b4968918
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