Changeset 19411 in josm
- Timestamp:
- 2025-05-28T06:22:34+02:00 (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/mapmode/SelectAction.java
r19315 r19411 885 885 SelectAction.checkCommandForLargeDistance(lastCommand); 886 886 887 // check if move was cancelled 888 if (UndoRedoHandler.getInstance().getLastCommand() != lastCommand) 889 return; 890 887 891 final int moveCount = lastCommand.getParticipatingPrimitives().size(); 888 892 final int max = Config.getPref().getInt("warn.move.maxelements", 20);
Note:
See TracChangeset
for help on using the changeset viewer.