GNOME Bugzilla – Bug 68263
typo in gtk_layout_move_internal() ?
Last modified: 2017-10-30 12:06:42 UTC
from looking at gtk 1.2, i think there was a small error made when doing some code reorganization. the change was done around august, 2001
Created attachment 6355 [details] [review] patch to go back to gtk 1.2 behaviour
I don't think the change was a typo; I believe that it might have been necessary to fix some edge cases with the resizing code. (It's certainly _correct_). But your change looks like it should work as an optimization and will certainly reduce redrawing. Assumming that you've tested it a bit, could you commit so we can catch any problems that this causes early?
2002-01-08 jacob berkman <jacob@ximian.com> * gtk/gtklayout.c (gtk_layout_move_internal): queue a resize on the child rather than the layout. see bug #68263