mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
[Windows] Don't update transparent margins on close.
This commit is contained in:
parent
f19cb64163
commit
c7193162d2
|
@ -2373,6 +2373,10 @@ bool QupZilla::nativeEvent(const QByteArray &eventType, void* _message, long* re
|
|||
|
||||
void QupZilla::applyBlurToMainWindow(bool force)
|
||||
{
|
||||
if (isClosing()) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (!force && (m_actionShowFullScreen->isChecked() || !m_usingTransparentBackground)) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user