mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-30 16:54:19 +00:00
Merge pull request #2470 from Diapolo/progressbarlabel
Bitcoin-Qt: update for BitcoinGUI::eventFilter()
This commit is contained in:
commit
fb17911e9a
@ -752,7 +752,7 @@ bool BitcoinGUI::eventFilter(QObject *object, QEvent *event)
|
|||||||
if (event->type() == QEvent::StatusTip)
|
if (event->type() == QEvent::StatusTip)
|
||||||
{
|
{
|
||||||
// Prevent adding text from setStatusTip(), if we currently use the status bar for displaying other stuff
|
// Prevent adding text from setStatusTip(), if we currently use the status bar for displaying other stuff
|
||||||
if (progressBarLabel->isVisible() && progressBar->isVisible())
|
if (progressBarLabel->isVisible() || progressBar->isVisible())
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
return QMainWindow::eventFilter(object, event);
|
return QMainWindow::eventFilter(object, event);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user