diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-07-18 16:31:13 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-07-23 17:58:46 +0200 |
| commit | 91cce1732b73c4457e474c557aaa7f343c0dc8a2 (patch) | |
| tree | d1698a0f93194115581ff012a0ce3eae4c63faff /src/Makefile.qt.include | |
| parent | Merge pull request #4571 (diff) | |
| download | discoin-91cce1732b73c4457e474c557aaa7f343c0dc8a2.tar.xz discoin-91cce1732b73c4457e474c557aaa7f343c0dc8a2.zip | |
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.
Diffstat (limited to 'src/Makefile.qt.include')
| -rw-r--r-- | src/Makefile.qt.include | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.qt.include b/src/Makefile.qt.include index 75b7b683d..2772bc753 100644 --- a/src/Makefile.qt.include +++ b/src/Makefile.qt.include @@ -145,6 +145,7 @@ BITCOIN_MM = \ QT_MOC = \ qt/bitcoin.moc \ + qt/bitcoinamountfield.moc \ qt/intro.moc \ qt/overviewpage.moc \ qt/rpcconsole.moc |