-
-
Notifications
You must be signed in to change notification settings - Fork 313
Closed
Description
MMEX version:
- 1.9.0
During database creation, MMEX crashes after selecting the base currency and clicking "Finish".
Crash occurs due to calling GetFont on a parent which is passed as nullptr:
moneymanagerex/src/maincurrencydialog.cpp
Line 392 in 34a01bf
mmMainCurrencyDialog dlg(nullptr, currencyID); |
moneymanagerex/src/maincurrencydialog.cpp
Line 80 in 34a01bf
this->SetFont(parent->GetFont()); |
It seems that MMEX is attempting to reopen the currency dialog after "Finish" is clicked, but with no parent window.