0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-08 10:31:50 -05:00

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()
{
helpMessageDialog->show();
GUIUtil::bringToFront(helpMessageDialog);
}
#ifdef ENABLE_WALLET