mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-20 04:36:08 +01:00
qt, refactor: Keep HelpMessageDialog in the main event loop
This commit is contained in:
@@ -848,8 +848,8 @@ void BitcoinGUI::aboutClicked()
|
||||
if(!clientModel)
|
||||
return;
|
||||
|
||||
HelpMessageDialog dlg(this, true);
|
||||
dlg.exec();
|
||||
auto dlg = new HelpMessageDialog(this, /* about */ true);
|
||||
GUIUtil::ShowModalDialogAndDeleteOnClose(dlg);
|
||||
}
|
||||
|
||||
void BitcoinGUI::showDebugWindow()
|
||||
|
||||
Reference in New Issue
Block a user