Files
test/source/blender
Kent Mein 3d0780d3ec Modified version of Chris Burt's fix for border render with invalid
border selected.

I changed the test to this:
 if(R.r.border.xmax <= R.r.border.xmin ||
                       R.r.border.ymax <= R.r.border.ymin) {

Original patch tested xmin=0 which isn't quite right.

Kent
2005-02-17 18:08:39 +00:00
..
2005-01-30 15:40:42 +00:00
2005-02-16 03:32:57 +00:00
2005-02-17 16:50:23 +00:00