]> Pileus Git - ~andy/gtk/commit
Warn about recursively calling size req wrappers on the same object and orientation
authorHavoc Pennington <hp@pobox.com>
Sun, 5 Sep 2010 06:48:36 +0000 (02:48 -0400)
committerHavoc Pennington <hp@pobox.com>
Mon, 13 Sep 2010 01:47:09 +0000 (21:47 -0400)
commit8960d64cc687cb4c98381ff5bd7a6d04be9dde1d
tree80e82da06b8094314cf21b7ea15184a41e147c5f
parentcf6eb47758085da041fa5fa126d3e22a60bb2afc
Warn about recursively calling size req wrappers on the same object and orientation

We are not re-entrant and there is no reason for widgets to
do this, most likely they'll just get unexpected bugs because
the wrappers may modify the request.

Computing the request should logically rely only on the
widget itself, not on any adjustments caused by set_size_request,
size groups, and so forth.

https://bugzilla.gnome.org/show_bug.cgi?id=628829
gtk/gtksizerequest.c