< prev index next >

src/java.desktop/unix/classes/sun/awt/X11/XChoicePeer.java

Print this page

        

@@ -480,11 +480,11 @@
         dragging = false;
         wasDragged = false;
         firstPress = false;
         dragStartIdx = -1;
     }
-
+    @SuppressWarnings("deprecation")
     public void mouseDragged(MouseEvent e) {
         /*
          * fix for 5003166. On Motif user are unable to drag
          * mouse inside opened Choice if he drags the mouse with
          * different from LEFT mouse button ( e.g. RIGHT or MIDDLE).
< prev index next >