Changes between Initial Version and Version 1 of Ticket #21634, comment 2


Ignore:
Timestamp:
2022-06-08T20:48:32+02:00 (3 years ago)
Author:
taylor.smock

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21634, comment 2

    initial v1  
    77
    88You could put a max limit on it (i.e., `Math.min(Math.max(number, 1), 3)`), but someone would have to figure out what the max should be. Something low, like `3`.
     9
     10EDIT: GitHub PR: https://github.com/JOSM/josm/pull/84