qtinuum / QtnProperty

Extended properties for Qt5
Apache License 2.0
425 stars 153 forks source link

Fix bug hard to modify double (float) number. #14

Closed levanhong05 closed 8 years ago

levanhong05 commented 8 years ago

When user input a double or float number into double spinbox (or float spinbox), digits decimal always appear -> hard to input.

lexxmark commented 8 years ago

thank you. I will check and merge after vacation.

lexxmark commented 8 years ago

Thank you for you pull request. Using your code I've made modifications in master branch. Also I removed trailing zero chars. Please see my commit 19140b023ec122d3aaf1fec43cf64db735db8d6b. Is it fixed your problems with editing float/double numbers?

levanhong05 commented 8 years ago

Yah, It had been fixed.