GNOME Bugzilla – Bug 555093
GooCanvasTable redrawing problems when changing size
Last modified: 2008-10-12 13:31:07 UTC
GooCanvasTable does not redraw correctly when its width or height is changed. Only the area covered by the children is redrawn, but not the whole table area itself, so grid lines are sometimes missing. Also, children are not correctly clipped to the table's new size when the table is shrunk (The child items are always fully visible, even if their bounds exceed the table's allocated size).
Created attachment 119959 [details] [review] Proposed patch This patch fixes the mentioned problem, by using the same redraw semantics that GooCanvasItemSimple uses.
Committed. Thanks.