< prev index next >

src/java.desktop/windows/native/libawt/windows/awt_List.cpp

Print this page

        

@@ -534,11 +534,11 @@
                 DoCallback("handleListChanged", "(I)V", nCurrentSelection);
             }
             else if (notifyCode == LBN_DBLCLK) {
                 DoCallback("handleAction", "(IJI)V", nCurrentSelection,
                            ::JVM_CurrentTimeMillis(NULL, 0),
-                           (jint)AwtComponent::GetJavaModifiers());
+                           (jint)AwtComponent::GetActionModifiers());
             }
         }
     }
     return mrDoDefault;
 }
< prev index next >