raise helpMessageDialog

Github-Pull: bitcoin-core/gui#167
Rebased-From: 77114462f2
This commit is contained in:
randymcmillan
2020-12-29 16:54:16 -05:00
committed by MarcoFalke
parent a98f211940
commit e2ebc8567a

View File

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