Skip to content

Commit cbe4396

Browse files
author
MarcoFalke
committed
Merge bitcoin-core#167: raise helpMessageDialog
7711446 raise helpMessageDialog (randymcmillan) Pull request description: the raise() method brings the helpMessageDialog to the top if it is obscured by another window. ACKs for top commit: promag: Code review ACK 7711446. hebasto: ACK 7711446, tested on: Tree-SHA512: 0d5b107aa9a5ce3891e88ef69f64461c8b23d17476b798691119e84bfc78e16b2491c798adb5d6cc347af3b7f18729593d7924090c336114a3cf34fbee344bfb
2 parents 280d0bd + 7711446 commit cbe4396

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)