mirror of
https://github.com/kvazar-network/kevacoin.git
synced 2025-01-27 15:24:39 +00:00
qt:Show the entire Window when double clicking on taskbar
GitHub-Pull: #12999 Rebased-From: 67bf2aa
This commit is contained in:
parent
e055bc0fdf
commit
1720eb3018
@ -945,6 +945,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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user