DescriptionFixes bug in views on gtk where we wouldn't necessarily paint
correctly on an expose. This happened if between the time we told Gtk
we needed to paint and the time we got the expose event more paints
were scheduled. In this case, because we were double buffered, GTK
would clip to the original region we scheduled the paint for. The fix
is to turn off double buffering as we're double buffering ourself.
BUG=none
TEST=none
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|