Version 0.1 !
Correct a minor bug
This commit is contained in:
parent
be267935ce
commit
3618a66f03
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <wx/display.h>
|
||||
|
||||
#define APP_VERSION "v0.1 beta"
|
||||
#define APP_VERSION "v0.1"
|
||||
|
||||
class wxUI;
|
||||
class Database;
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue
Block a user