GNOME Bugzilla – Bug 551566
drawing artifacts when resizing
Last modified: 2008-10-09 01:22:21 UTC
Steps to repro: 0) Open the new xrandr display capplet 1) Make the dialogue narrower by resizing it from the window border 2) Make it smaller again Results: In step 2, the drawing area will paint outside its allocated area, drawing the background behind the combo boxes.
Oops, sorry. Step 2 should be "increase the vertical size of the dialogue", not making it narrower.
I cannot reproduce this behaviour.
Created attachment 120155 [details] screenshot showing the problem Still reproducible on svn trunk.
Ugh! /me suspects cairo. 1.4.14 works just fine here.
Happens here with both system cairo (1.7.6) and cairo git (reports as 1.8.1).
+Wed Oct 8 21:20:21 2008 S�ren Sandmann <sandmann@redhat.com> + + * scrollarea.c (foo_scroll_area_size_allocate): XOR the old and + the new regions instead of subtracting old from new. Fixes bug + 551566, reported by Christian Persch. +