AccountsPanel 90%, missing :
* Month generation * Fix extension * Better display * Operation deletion
This commit is contained in:
parent
936d7a95eb
commit
36c01b0c56
|
@ -575,10 +575,10 @@ void AccountPanel::OnOperationModified(wxGridEvent& event)
|
|||
|
||||
value = _grid->GetCellValue(event.GetRow(), CHECKED);
|
||||
if (value != _(""))
|
||||
{
|
||||
new_op.checked = (value == _("1"));
|
||||
op_complete--;
|
||||
}
|
||||
new_op.checked = true;
|
||||
else
|
||||
new_op.checked = false;
|
||||
op_complete--;
|
||||
|
||||
if (col == CHECKED || col == CATEGORY)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user