]> Git Repo - VerusCoin.git/commit
qt: Use fixed-point arithmetic in amount spinbox
authorWladimir J. van der Laan <[email protected]>
Fri, 18 Jul 2014 14:31:13 +0000 (16:31 +0200)
committerWladimir J. van der Laan <[email protected]>
Wed, 23 Jul 2014 15:58:46 +0000 (17:58 +0200)
commit91cce1732b73c4457e474c557aaa7f343c0dc8a2
treed1698a0f93194115581ff012a0ce3eae4c63faff
parentd5a3fd10e50ea8b2a43e307ed1f52d286663e551
qt: Use fixed-point arithmetic in amount spinbox

Fixes various issues and cleans up code

- Fixes issue #4500: Amount widget +/- has floating point rounding artifacts
- Amount box can now be emptied again, without clearing to 0

Also aligns the amount to the right, as in other places.
src/Makefile.qt.include
src/qt/bitcoinamountfield.cpp
src/qt/bitcoinamountfield.h
src/qt/bitcoinunits.cpp
src/qt/bitcoinunits.h
src/qt/sendcoinsentry.cpp
This page took 0.035908 seconds and 4 git commands to generate.