Index: trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java
===================================================================
--- trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java	(revision 2557)
+++ trunk/src/org/openstreetmap/josm/actions/mapmode/DrawAction.java	(revision 2558)
@@ -313,5 +313,4 @@
             // Change draw tool only if mouse position is nearly the same, as
             // otherwise fast clicks will count as a double click
-            getCurrentDataSet().setSelected(Collections.singleton(lastUsedNode));
             finishDrawing();
             return;
@@ -541,5 +540,5 @@
                 }
             }
-
+            newSelection.clear();
             newSelection.add(n);
         } else if (!newNode) {
