ProgrammingCube / lcdhost

Automatically exported from code.google.com/p/lcdhost
1 stars 0 forks source link

Min & Max change shown value but not the actual value #22

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Create a LH_Qt_int
Now perform the following actions in code
2. setMinMax(0,1000)
3. setValue(200)
4. setMinMax(1,1)

The box will now show 1 - the correct upper bound for the box

However, value() will return 200 - the last value entered.

Original issue reported on code.google.com by a...@bridgesuk.com on 18 Feb 2011 at 5:57

GoogleCodeExporter commented 8 years ago
Should be fixed

Original comment by linkdata...@gmail.com on 22 Feb 2011 at 8:23

GoogleCodeExporter commented 8 years ago

Original comment by linkdata...@gmail.com on 25 Feb 2011 at 6:07