# 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.
Index: LineElemStyle.java
--- LineElemStyle.java Базовая редакция (BASE)
+++ LineElemStyle.java Изменен локально (на основе LOCAL)
@@ -232,7 +232,7 @@
         painter.drawWay(w, myColor, myLine, myDashLine, myDashedColor, offset, showOrientation,
                 showOnlyHeadArrowOnly, showOneway, onewayReversed);
 
-        if(paintSettings.isShowOrderNumber()) {
+        if(paintSettings.isShowOrderNumber() && !painter.isInactiveMode()) {
             int orderNumber = 0;
             lastN = null;
             for(Node n : w.getNodes()) {
