mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-02 09:46:52 -05:00
Merge bitcoin-core/gui#167: raise helpMessageDialog
77114462f2
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 ACK77114462f2
. hebasto: ACK77114462f2
, tested on: Tree-SHA512: 0d5b107aa9a5ce3891e88ef69f64461c8b23d17476b798691119e84bfc78e16b2491c798adb5d6cc347af3b7f18729593d7924090c336114a3cf34fbee344bfb
This commit is contained in:
commit
cbe439629e
1 changed files with 1 additions and 1 deletions
|
@ -845,7 +845,7 @@ void BitcoinGUI::showDebugWindowActivateConsole()
|
|||
|
||||
void BitcoinGUI::showHelpMessageClicked()
|
||||
{
|
||||
helpMessageDialog->show();
|
||||
GUIUtil::bringToFront(helpMessageDialog);
|
||||
}
|
||||
|
||||
#ifdef ENABLE_WALLET
|
||||
|
|
Loading…
Add table
Reference in a new issue