提交 90df629d 编写于 作者: D dav

6984540: closed/java/awt/dnd/DragInterceptorAppletTest/DragInterceptorAppletTest.html test fails

Reviewed-by: uta, art
上级 39b88e35
...@@ -528,9 +528,6 @@ BOOL AwtToolkit::Dispose() { ...@@ -528,9 +528,6 @@ BOOL AwtToolkit::Dispose() {
tk.m_isActive = FALSE; 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 // dispose Direct3D-related resources. This should be done
// before AwtObjectList::Cleanup() as the d3d will attempt to // before AwtObjectList::Cleanup() as the d3d will attempt to
// shutdown when the last of its windows is disposed of // shutdown when the last of its windows is disposed of
...@@ -539,6 +536,9 @@ BOOL AwtToolkit::Dispose() { ...@@ -539,6 +536,9 @@ BOOL AwtToolkit::Dispose() {
AwtObjectList::Cleanup(); AwtObjectList::Cleanup();
AwtFont::Cleanup(); AwtFont::Cleanup();
awt_dnd_uninitialize();
awt_clipboard_uninitialize((JNIEnv *)JNU_GetEnv(jvm, JNI_VERSION_1_2));
if (tk.m_inputMethodHWnd != NULL) { if (tk.m_inputMethodHWnd != NULL) {
::SendMessage(tk.m_inputMethodHWnd, WM_IME_CONTROL, IMC_OPENSTATUSWINDOW, 0); ::SendMessage(tk.m_inputMethodHWnd, WM_IME_CONTROL, IMC_OPENSTATUSWINDOW, 0);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册