GoogleCodeArchive / piccolo2d

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

Unecessary memory usage when not double buffering PSWTCanvas #138

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
PSWTCanvas creates a drawBuffer every time its bounds change. Regardless of
whether double buffering is enabled.

It should only do so when it is.

If for some reason the canvas was grown a pixel at a time, it would create
a whole bunch of spurious images.

Original issue reported on code.google.com by allain.lalonde on 16 Oct 2009 at 8:26

GoogleCodeExporter commented 9 years ago
Fixed in r742 and r743 (related but not part of issue)

Original comment by allain.lalonde on 19 Oct 2009 at 3:04

GoogleCodeExporter commented 9 years ago

Original comment by heue...@gmail.com on 30 Oct 2009 at 2:57