Skip to content

Commit

Permalink
fix(moneymanagerex#4987): finger trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Whalley committed Aug 29, 2022
1 parent f694e8b commit 208c574
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mmcheckingpanel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ void mmCheckingPanel::filterTable()
full_tran.UDFC03_Type = Model_CustomField::FIELDTYPE::UNKNOWN;
full_tran.UDFC04_Type = Model_CustomField::FIELDTYPE::UNKNOWN;
full_tran.UDFC05_Type = Model_CustomField::FIELDTYPE::UNKNOWN;
full_tran.UDFC01_val = -DBL_MAX;
full_tran.UDFC02_val = -DBL_MAX;
full_tran.UDFC03_val = -DBL_MAX;
full_tran.UDFC04_val = -DBL_MAX;
Expand Down

0 comments on commit 208c574

Please sign in to comment.