Skip to content

Commit

Permalink
Bumping to 1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cogman committed Nov 2, 2018
1 parent 94edf53 commit 59807be
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# 1.7.1
Issue 3

# 1.7.0
- Using more java 8 features
- Misc code cleanup
Expand Down
2 changes: 1 addition & 1 deletion javadocking/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.cogman</groupId>
<artifactId>javadocking</artifactId>
<version>1.7.0</version>
<version>1.7.1</version>
<packaging>jar</packaging>
<name>javadocking</name>
<description>Swing docking management library</description>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ public class DefaultDragListener implements DragListener {
/**
* When these buttons are pressed when the mouse is pressed, dragging is started.
*/
private int startButtonMask = InputEvent.BUTTON3_DOWN_MASK;
private int startButtonMask = InputEvent.BUTTON1_DOWN_MASK;
/**
* When these buttons are pressed when the mouse is pressed, dragging is started.
*/
Expand Down

0 comments on commit 59807be

Please sign in to comment.