6984540: closed/java/awt/dnd/DragInterceptorAppletTest/DragInterceptorAppletTest.html test fails
Reviewed-by: uta, art
This commit is contained in:
parent
e39693ced3
commit
f4f9b16391
@ -528,9 +528,6 @@ BOOL AwtToolkit::Dispose() {
|
||||
|
||||
tk.m_isActive = FALSE;
|
||||
|
||||
awt_dnd_uninitialize();
|
||||
awt_clipboard_uninitialize((JNIEnv *)JNU_GetEnv(jvm, JNI_VERSION_1_2));
|
||||
|
||||
// dispose Direct3D-related resources. This should be done
|
||||
// before AwtObjectList::Cleanup() as the d3d will attempt to
|
||||
// shutdown when the last of its windows is disposed of
|
||||
@ -539,6 +536,9 @@ BOOL AwtToolkit::Dispose() {
|
||||
AwtObjectList::Cleanup();
|
||||
AwtFont::Cleanup();
|
||||
|
||||
awt_dnd_uninitialize();
|
||||
awt_clipboard_uninitialize((JNIEnv *)JNU_GetEnv(jvm, JNI_VERSION_1_2));
|
||||
|
||||
if (tk.m_inputMethodHWnd != NULL) {
|
||||
::SendMessage(tk.m_inputMethodHWnd, WM_IME_CONTROL, IMC_OPENSTATUSWINDOW, 0);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user