Version 0.1 !
Correct a minor bug
This commit is contained in:
@@ -654,7 +654,7 @@ void GridAccount::OnOperationModified(wxGridEvent& event)
|
||||
if (value.Length())
|
||||
{
|
||||
value.ToDouble(&new_op.amount);
|
||||
new_op.amount *= -1.0;
|
||||
if (new_op.amount != 0.0) new_op.amount *= -1.0;
|
||||
op_complete--;
|
||||
wxGridCellFormulaEditor* pEditor = (wxGridCellFormulaEditor*) GetCellEditor(row, DEBIT);
|
||||
new_op.formula = pEditor->GetFormula();
|
||||
|
Reference in New Issue
Block a user