mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
qt, refactor: Keep HelpMessageDialog in the main event loop
This commit is contained in:
parent
c8bae37a7a
commit
332dea2852
1 changed files with 2 additions and 2 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Reference in a new issue