GNOME Bugzilla – Bug 677493
Bad looking vertical resize
Last modified: 2012-08-09 12:14:38 UTC
Resizing GtkClutterEmbed vertically temporarily shows the drawing in the wrong position. This is due to Gtk+ drawing after a resize before we have gotten back the ConfigureNotify so that cogl knows the right new framebuffer size.
Created attachment 215661 [details] [review] Make GtkClutterEmbed redraw resizes nicer Currently when you vertically resize a GtkClutterEmbed we draw twice, once with the old window size and once again when the ConfigureNotify gets back with the right size. The first draw is at the wrong position due to the wrong window height used to calculate the viewport position. We fix this by immediately telling cogl about the new size by faking a ConfigureNotify event.
Comment on attachment 215661 [details] [review] Make GtkClutterEmbed redraw resizes nicer pushed to master
Any chance to get this in a bugfix release of clutter-gtk 1.2.x? This is really irritating behaviour.
yes, I'll spin a clutter-gtk 1.2.2, with this fix, soon.