/[libvob]/libvob/org/nongnu/libvob/mouse/MouseMultiplexer.java
ViewVC logotype

Diff of /libvob/org/nongnu/libvob/mouse/MouseMultiplexer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by tjl, Wed Aug 6 07:25:21 2003 UTC revision 1.3 by tjl, Wed Aug 6 08:39:42 2003 UTC
# Line 150  public class MouseMultiplexer { Line 150  public class MouseMultiplexer {
150                  return true;                  return true;
151              }              }
152          } else if(e.getType() == e.MOUSE_RELEASED) {          } else if(e.getType() == e.MOUSE_RELEASED) {
153              if(e.getButton() == currentDragButton) {              if(currentDragButton != 0 &&
154                   e.getButton() == currentDragButton) {
155                  currentDragButton = 0;                  currentDragButton = 0;
156                  currentDrag.endDrag(e.getX(), e.getY());                  currentDrag.endDrag(e.getX(), e.getY());
157                  currentDrag = null;                  currentDrag = null;

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26