0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-09 10:43:19 -05:00

make sure Window is shown when clicking bitcoin: Links to get user attention

This commit is contained in:
Philip Kaufmann 2012-03-26 09:19:49 +02:00
parent 01a196e08d
commit 4004b9a40b

View file

@ -733,6 +733,11 @@ void BitcoinGUI::handleURL(QString strURL)
{ {
gotoSendCoinsPage(); gotoSendCoinsPage();
sendCoinsPage->handleURL(strURL); sendCoinsPage->handleURL(strURL);
if(!isActiveWindow())
activateWindow();
showNormalIfMinimized();
} }
void BitcoinGUI::setEncryptionStatus(int status) void BitcoinGUI::setEncryptionStatus(int status)