commit d65b134d971ae57249d9dc93749a7a37c1f8b6c9
parent 546cf0627eb7424291d614db21317d66bf2c61ea
Author: stransky <stransky@redhat.com>
Date: Mon, 6 Oct 2025 06:15:01 +0000
Bug 1992581 [Linux] Clear mHasReceivedSizeAllocate on nsWindow::OnUnmap() r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D267519
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/widget/gtk/nsWindow.cpp b/widget/gtk/nsWindow.cpp
@@ -9910,6 +9910,7 @@ void nsWindow::OnUnmap() {
{
MutexAutoLock lock(mWindowVisibilityMutex);
mIsMapped = false;
+ mHasReceivedSizeAllocate = false;
if (mSourceDragContext) {
static auto sGtkDragCancel =