mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-12-14 06:32:33 +01:00
qt:Show the entire Window when double clicking on taskbar
This commit is contained in:
@@ -968,6 +968,11 @@ void BitcoinGUI::changeEvent(QEvent *e)
|
|||||||
QTimer::singleShot(0, this, SLOT(hide()));
|
QTimer::singleShot(0, this, SLOT(hide()));
|
||||||
e->ignore();
|
e->ignore();
|
||||||
}
|
}
|
||||||
|
else if((wsevt->oldState() & Qt::WindowMinimized) && !isMinimized())
|
||||||
|
{
|
||||||
|
QTimer::singleShot(0, this, SLOT(show()));
|
||||||
|
e->ignore();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user