Fix price scu.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3201 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas 2000-11-28 02:12:18 +00:00
parent 3bee72d5d5
commit 65fc74b26d

View File

@ -857,7 +857,7 @@ xaccInitSplitRegister (SplitRegister *reg,
xaccSetPriceCellBlankZero(reg->priceCell, FALSE);
/* Use 5 decimal places for prices */
xaccSetPriceCellFraction (reg->priceCell, 100000);
xaccSetPriceCellFraction (reg->priceCell, 1000000);
/* The reconcile cell should only be entered with the pointer, and
* only then when the user clicks directly on the cell. */