Bug#580731: [Pkg-tcltk-devel] Bug#580731: [tk8.5] Wrong work spinbox component

2010-05-07 Thread Sergei Golovan
tags 580731 + upstream thanks On Sat, May 8, 2010 at 8:57 AM, Q wrote: > > Example code: > > package require Tk > spinbox .spin  -from 1 -to 60 -format %06.0f > pack .spin -side left -fill x -expand 1 > > If increment value in spinbox by top button, value change from 01 to > 08 and ba

Bug#580731: [tk8.5] Wrong work spinbox component

2010-05-07 Thread Q
Package: tk8.5 Version: 8.5.8-1 Severity: normal Example code: package require Tk spinbox .spin -from 1 -to 60 -format %06.0f pack .spin -side left -fill x -expand 1 If increment value in spinbox by top button, value change from 01 to 08 and back out to 01, although it should b