GNOME Bugzilla – Bug 666109
GtkFrame: Fix a casting in the compute_child_allocation() method
Last modified: 2011-12-13 18:51:48 UTC
The casting used to calculate the child allocation is confusing MAX(). As a result, width and height end up with negative values, which makes no sense.
Created attachment 203358 [details] [review] GtkFrame: Fix a casting in the compute_child_allocation() method
Comment on attachment 203358 [details] [review] GtkFrame: Fix a casting in the compute_child_allocation() method Very nice catch, it looks fine to me
Pushed as 064204da9b4 into master.