diff options
author | Sven Gothel <[email protected]> | 2013-02-15 17:44:37 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-02-15 17:44:37 +0100 |
commit | 3567e7e8519f82720f98b0b2ac30456cbfeddc0d (patch) | |
tree | 116ceb4abbdeab74cc83389cf236d503499ed08e /src/jogl/classes/javax/media/opengl/GLUniformData.java | |
parent | 2aeff053c55dadafb94bfbba661250e0c96f1fe5 (diff) |
Fix Bug 675: NPE w/ Beans.setDesignTime(true) ; Fix GLCanvas.destroy(): Don't issue removeNotify(), delete drawable and context only!
- Fix Bug 675: NPE w/ Beans.setDesignTime(true)
- Carefully consider Beans.isDesginTime() fixes NPE - added unit test
- Fix GLCanvas.destroy(): Don't issue removeNotify(), delete drawable and context only!
- AWT removeNotify() shall only be issued via AWT itself, not manually
- Add 'destroyImpl(boolean destroyJAWTWindowAndAWTDevice)' to be called by
- GLCanvas.destroy(): destroyImpl( false );
- GLCanvas.removeNotify(): destroyImpl( true );
- Ensures JAWTWindow and AWTDevice are created and destroyed via the AWT callbacks
addNotify() and removeNotify() only.
Diffstat (limited to 'src/jogl/classes/javax/media/opengl/GLUniformData.java')
0 files changed, 0 insertions, 0 deletions