raise helpMessageDialog

This commit is contained in:
randymcmillan 2020-12-29 16:54:16 -05:00
parent f656165e9c
commit 77114462f2
No known key found for this signature in database
GPG key ID: 97966C06BB06757B

View file

@ -845,7 +845,7 @@ void BitcoinGUI::showDebugWindowActivateConsole()
void BitcoinGUI::showHelpMessageClicked() void BitcoinGUI::showHelpMessageClicked()
{ {
helpMessageDialog->show(); GUIUtil::bringToFront(helpMessageDialog);
} }
#ifdef ENABLE_WALLET #ifdef ENABLE_WALLET