Bugfix: We may get resized prior to willEnterPlace().
git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@510 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
@@ -84,7 +84,9 @@ public class EZGamePanel extends Canvas
|
|||||||
{
|
{
|
||||||
super.updateDisplayList(uw, uh);
|
super.updateDisplayList(uw, uh);
|
||||||
|
|
||||||
backend.sizeChanged();
|
if (backend != null) {
|
||||||
|
backend.sizeChanged();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user