final fixes for 0082, full merge of simon's code

This commit is contained in:
benfry
2005-04-06 17:23:11 +00:00
parent 42d2a24d8e
commit 8d3cf6258c
7 changed files with 82 additions and 7 deletions

View File

@@ -135,6 +135,9 @@ public class PGraphicsGL extends PGraphics3 {
// updates.
canvas.setNoAutoRedrawMode(true);
// maybe this will help?
canvas.requestFocus();
// done with this business
displayed = true;
}