# This patch file was generated by NetBeans IDE
# Following Index: paths are relative to: E:\JAVA\JOSM2\core\src\org\openstreetmap\josm\gui\mappaint
# This patch can be applied using context Tools: Patch action on respective folder.
# It uses platform neutral UTF-8 encoding and \n newlines.
# Above lines and this line are ignored by the patching process.
|
|
|
|
| 232 | 232 | painter.drawWay(w, myColor, myLine, myDashLine, myDashedColor, offset, showOrientation, |
| 233 | 233 | showOnlyHeadArrowOnly, showOneway, onewayReversed); |
| 234 | 234 | |
| 235 | | if(paintSettings.isShowOrderNumber()) { |
| | 235 | if(paintSettings.isShowOrderNumber() && !painter.isInactiveMode()) { |
| 236 | 236 | int orderNumber = 0; |
| 237 | 237 | lastN = null; |
| 238 | 238 | for(Node n : w.getNodes()) { |