Ticket #7316: Numbering.patch

File Numbering.patch, 961 bytes (added by akks, 16 months ago)
  • LineElemStyle.java

    # 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.
     
    232232        painter.drawWay(w, myColor, myLine, myDashLine, myDashedColor, offset, showOrientation, 
    233233                showOnlyHeadArrowOnly, showOneway, onewayReversed); 
    234234 
    235         if(paintSettings.isShowOrderNumber()) { 
     235        if(paintSettings.isShowOrderNumber() && !painter.isInactiveMode()) { 
    236236            int orderNumber = 0; 
    237237            lastN = null; 
    238238            for(Node n : w.getNodes()) {