Changeset 4939 for branches/1.4/gui/scripts/xyresult.tcl
- Timestamp:
- Jan 18, 2015, 12:44:43 PM (10 years ago)
- Location:
- branches/1.4
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.4
- Property svn:mergeinfo changed
/branches/1.3 merged: 4918,4921-4922
- Property svn:mergeinfo changed
-
branches/1.4/gui/scripts/xyresult.tcl
r4205 r4939 249 249 } 250 250 if { $color == "auto" || $color == "autoreset" } { 251 if { $color == "autoreset" } {252 set _nextColorIndex 0253 }251 # if { $color == "autoreset" } { 252 # set _nextColorIndex 0 253 # } 254 254 set color [lindex $itk_option(-autocolors) $_nextColorIndex] 255 255 if { "" == $color} { … … 1067 1067 } 1068 1068 } 1069 incr _nextColorIndex 1069 1070 if {$_nextColorIndex >= [llength $itk_option(-autocolors)]} { 1070 1071 set _nextColorIndex 0
Note: See TracChangeset
for help on using the changeset viewer.