Index: trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/WireframeMapRenderer.java
===================================================================
--- trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/WireframeMapRenderer.java	(revision 4870)
+++ trunk/src/org/openstreetmap/josm/data/osm/visitor/paint/WireframeMapRenderer.java	(revision 4871)
@@ -320,5 +320,5 @@
                 drawSegment(lastP, p, wayColor,
                         showOnlyHeadArrowOnly ? !it.hasNext() : showThisDirectionArrow);
-                if (showOrderNumber) {
+                if (showOrderNumber && !isInactiveMode) {
                     drawOrderNumber(lastP, p, orderNumber);
                 }
Index: trunk/src/org/openstreetmap/josm/gui/mappaint/LineElemStyle.java
===================================================================
--- trunk/src/org/openstreetmap/josm/gui/mappaint/LineElemStyle.java	(revision 4870)
+++ trunk/src/org/openstreetmap/josm/gui/mappaint/LineElemStyle.java	(revision 4871)
@@ -233,5 +233,5 @@
                 showOnlyHeadArrowOnly, showOneway, onewayReversed);
 
-        if(paintSettings.isShowOrderNumber()) {
+        if(paintSettings.isShowOrderNumber() && !painter.isInactiveMode()) {
             int orderNumber = 0;
             lastN = null;
