Revision: 18681
          http://sourceforge.net/p/jmol/code/18681
Author:   hansonr
Date:     2013-09-19 19:09:25 +0000 (Thu, 19 Sep 2013)
Log Message:
-----------


Modified Paths:
--------------
    branches/v13_2/Jmol/src/org/jmol/viewer/ActionManager.java

Modified: branches/v13_2/Jmol/src/org/jmol/viewer/ActionManager.java
===================================================================
--- branches/v13_2/Jmol/src/org/jmol/viewer/ActionManager.java  2013-09-19 
19:08:59 UTC (rev 18680)
+++ branches/v13_2/Jmol/src/org/jmol/viewer/ActionManager.java  2013-09-19 
19:09:25 UTC (rev 18681)
@@ -1237,7 +1237,7 @@
       }
     }
 
-    if (dragAtomIndex >= 0 && isBound(dragWheelAction, ACTION_assignNew)
+    if (dragAtomIndex >= 0 && mode == Binding.DRAGGED && isBound(clickAction, 
ACTION_assignNew)
         && atomPickingMode == PICKING_ASSIGN_ATOM) {
       int nearestAtomIndex = viewer.findNearestAtomIndexMovable(x, y, false);
       if (nearestAtomIndex >= 0) {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
LIMITED TIME SALE - Full Year of Microsoft Training For Just $49.99!
1,500+ hours of tutorials including VisualStudio 2012, Windows 8, SharePoint
2013, SQL 2012, MVC 4, more. BEST VALUE: New Multi-Library Power Pack includes
Mobile, Cloud, Java, and UX Design. Lowest price ever! Ends 9/20/13. 
http://pubads.g.doubleclick.net/gampad/clk?id=58041151&iu=/4140/ostg.clktrk
_______________________________________________
Jmol-commits mailing list
Jmol-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jmol-commits

Reply via email to