mettli / guichan

Automatically exported from code.google.com/p/guichan
Other
0 stars 0 forks source link

Clipping in Guichan is somewhat broken as clip reactangles aren't clamped correctly #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Change the SDL widgets example by adding 30 elements to the list model
2. Run the example in windows
3. The example crashes due to incorrect clip rectangles where Guichan tries
to draw a pixel out side of the current surface. Note, this is a windows
only bug so far.

Original issue reported on code.google.com by olof.nae...@gmail.com on 8 Feb 2008 at 5:27

GoogleCodeExporter commented 9 years ago
Has been fixed.

Original comment by olof.nae...@gmail.com on 9 Feb 2008 at 12:00