Status: Accepted Owner: allain.lalonde Labels: Type-Defect Priority-Medium Effort-Low OpSys-All Toolkit-Piccolo2D.Java Component-SWT Milestone-1.3 Performance
New issue 138 by allain.lalonde: Unecessary memory usage when not double buffering PSWTCanvas http://code.google.com/p/piccolo2d/issues/detail?id=138 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. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ Piccolo2D Developers Group: http://groups.google.com/group/piccolo2d-dev?hl=en -~----------~----~----~----~------~----~------~--~---
