Skip to content

Commit

Permalink
fix(#4881): new split rows now binded
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Whalley committed Jul 29, 2022
1 parent 5818b40 commit 56c7aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/splittransactionsdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ void mmSplitTransactionDialog::mmDoEnableLineById(int id)
, wxDefaultPosition, wxDefaultSize, wxCHK_2STATE, wxDefaultValidator
, wxString::Format("check_box%i", i));
mmComboBoxCategory* ncbc = new mmComboBoxCategory(slider_, wxID_HIGHEST + i);
ncbc->Bind(wxEVT_CHAR_HOOK, &mmSplitTransactionDialog::OnComboKey, this);
ncb->Disable();
ncb->Hide();
ncbc->SetName(wxString::Format("category_box%i", i));
Expand Down

0 comments on commit 56c7aaf

Please sign in to comment.