Ignore:
Timestamp:
Jan 18, 2015, 12:44:43 PM (10 years ago)
Author:
ldelgass
Message:

merge r4918,r4921-4922 from 1.3 branch (recolor)

Location:
branches/1.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/1.4

  • branches/1.4/gui/scripts/xyresult.tcl

    r4205 r4939  
    249249    }
    250250    if { $color == "auto" || $color == "autoreset" } {
    251         if { $color == "autoreset" } {
    252             set _nextColorIndex 0
    253         }
     251#        if { $color == "autoreset" } {
     252#            set _nextColorIndex 0
     253#        }
    254254        set color [lindex $itk_option(-autocolors) $_nextColorIndex]
    255255        if { "" == $color} {
     
    10671067        }
    10681068    }
     1069        incr _nextColorIndex
    10691070    if {$_nextColorIndex >= [llength $itk_option(-autocolors)]} {
    10701071        set _nextColorIndex 0
Note: See TracChangeset for help on using the changeset viewer.