mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-05-03 19:35:41 -04:00
Qt: Fix assertion tripping when starting fullscreen 2nd time
This commit is contained in:
parent
9b402a9f5f
commit
1dd2e0f498
@ -343,6 +343,7 @@ void QtHostInterface::ReleaseHostDisplay()
|
|||||||
getHostDisplay()->destroyDeviceContext();
|
getHostDisplay()->destroyDeviceContext();
|
||||||
emit destroyDisplayRequested();
|
emit destroyDisplayRequested();
|
||||||
m_display = nullptr;
|
m_display = nullptr;
|
||||||
|
m_is_fullscreen = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool QtHostInterface::IsFullscreen() const
|
bool QtHostInterface::IsFullscreen() const
|
||||||
|
Loading…
x
Reference in New Issue
Block a user