diff options
author | Sven Gothel <[email protected]> | 2014-01-31 15:12:21 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2014-01-31 15:12:21 +0100 |
commit | c7ef2bf610ad3310aa9785820489f980c223cdb0 (patch) | |
tree | a99d098c9e4c6ad25623d93959c372f1e0bd36b9 | |
parent | 2aa8d4bbaf93c6bdf9188d9a88b5a28af43b112e (diff) |
JOGLNewtApplet3Run: Don't set position if normal child window.v2.1.4
-rw-r--r-- | src/newt/classes/com/jogamp/newt/util/applet/JOGLNewtApplet3Run.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/newt/classes/com/jogamp/newt/util/applet/JOGLNewtApplet3Run.java b/src/newt/classes/com/jogamp/newt/util/applet/JOGLNewtApplet3Run.java index b8b69f631..8123126ee 100644 --- a/src/newt/classes/com/jogamp/newt/util/applet/JOGLNewtApplet3Run.java +++ b/src/newt/classes/com/jogamp/newt/util/applet/JOGLNewtApplet3Run.java @@ -172,7 +172,6 @@ public class JOGLNewtApplet3Run implements Applet3 { glWindow.setUndecorated(glUndecorated); glWindow.setAlwaysOnTop(glAlwaysOnTop); glWindow.setSize(browserWin.getWidth(), browserWin.getHeight()); - glWindow.setPosition(browserWin.getX(), browserWin.getY()); return new NativeWindowDownstream() { @Override |