Status: New Owner: ---- New issue 141 by heuermh: Setting PFrame size in initialize() does not resize canvas http://code.google.com/p/piccolo2d/issues/detail?id=141
A subclass of PFrame which sets its size in the initialize() method, or in its constructor, does not resize its canvas. Explicitly setting the canvas size in initialize() or the constructor does not fix the issue. The canvas is not resized until a Swing invalidate()/validate() cycle is forced, through manually resizing the PFrame window, for instance. -- 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 -~----------~----~----~----~------~----~------~--~---
