mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:55:46 -04:00
Qt: Fix assertion tripping when starting fullscreen 2nd time
This commit is contained in:
@ -343,6 +343,7 @@ void QtHostInterface::ReleaseHostDisplay()
|
||||
getHostDisplay()->destroyDeviceContext();
|
||||
emit destroyDisplayRequested();
|
||||
m_display = nullptr;
|
||||
m_is_fullscreen = false;
|
||||
}
|
||||
|
||||
bool QtHostInterface::IsFullscreen() const
|
||||
|
Reference in New Issue
Block a user