mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
random fixes heading towards rev 9
This commit is contained in:
@@ -753,6 +753,11 @@ public class PdeEditor extends Panel implements PdeEnvironment {
|
||||
// unless there's a method in AppletContext
|
||||
if (frame != null) frame.toFront();
|
||||
|
||||
try {
|
||||
//System.out.println("my parent is " + getParent());
|
||||
((PdeApplication)getParent()).frame.toFront();
|
||||
} catch (Exception e) { }
|
||||
|
||||
try {
|
||||
((KjcEngine)(runner.engine)).window.toFront();
|
||||
} catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user