Skip to content

Commit 7711446

Browse files
committed
raise helpMessageDialog
1 parent f656165 commit 7711446

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)