After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 68263 - typo in gtk_layout_move_internal() ?
typo in gtk_layout_move_internal() ?
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: Widget: Other
1.3.x
Other other
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2002-01-08 17:47 UTC by jacob berkman
Modified: 2017-10-30 12:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to go back to gtk 1.2 behaviour (507 bytes, patch)
2002-01-08 17:48 UTC, jacob berkman
none Details | Review

Description jacob berkman 2002-01-08 17:47:58 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
Comment 1 jacob berkman 2002-01-08 17:48:24 UTC
Created attachment 6355 [details] [review]
patch to go back to gtk 1.2 behaviour
Comment 2 Owen Taylor 2002-01-08 19:07:53 UTC
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?
Comment 3 Owen Taylor 2002-01-09 20:41:52 UTC
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