Skip to content

Commit e2ebc85

Browse files
RandyMcMillanMarcoFalke
authored andcommitted
raise helpMessageDialog
Github-Pull: bitcoin-core/gui#167 Rebased-From: 7711446
1 parent a98f211 commit e2ebc85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/qt/bitcoingui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -845,7 +845,7 @@ void BitcoinGUI::showDebugWindowActivateConsole()
845845

846846
void BitcoinGUI::showHelpMessageClicked()
847847
{
848-
helpMessageDialog->show();
848+
GUIUtil::bringToFront(helpMessageDialog);
849849
}
850850

851851
#ifdef ENABLE_WALLET

0 commit comments

Comments
 (0)