18 Mar
2008
18 Mar
'08
7:10 p.m.
On Tue, Mar 11, 2008 at 07:27:01PM +0100, Johannes Hofmann wrote:
Hi,
below is another patch to reduce the redraws caused by resizing tables. A new method Layout::queueDrawExcept(), that requests the drawing of a rectangle except another rectangle is added. It is then used in widget.cc to redraw the area that was previously occupied by a widget, but is no longer occupied after a resize or move. This makes it possible to redraw less when a table resizes. All in all it should reduce the flicker a bit when loading table based pages.
Committed! -- Cheers Jorge.-