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);
|
value = _grid->GetCellValue(event.GetRow(), CHECKED);
|
||||||
if (value != _(""))
|
if (value != _(""))
|
||||||
{
|
new_op.checked = true;
|
||||||
new_op.checked = (value == _("1"));
|
else
|
||||||
|
new_op.checked = false;
|
||||||
op_complete--;
|
op_complete--;
|
||||||
}
|
|
||||||
|
|
||||||
if (col == CHECKED || col == CATEGORY)
|
if (col == CHECKED || col == CATEGORY)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue
Block a user