On Sun, Jul 06, 2008 at 01:05:59AM -0700, paresh mathur wrote: > I was trin' to make a small calculator with my own crippled gui logic to > make it too simple. I tried making stacks inside a big flow, using > percentages to direct my app. And i keep getting this error > Gdk-ERROR **: file gdkregion-generic.c: line 1082 (miUnionNonO): assertion > failed: (y1 < y2) > aborting...
This is a bug, thankyou for finding it! In the meantime, you can get the layout you want by making that topmost stack a flow instead. (Oh, and since the topmost flow is 100% x 100%, you can just get rid of it anyway. The window itself is already a 100% x 100% flow.) _why
