commit 132b135bf961bea2acac204c414fc0dff0ff8090
parent f94783cb0489f47b723bdd744b1d2e006f5b9ecc
Author: stransky <stransky@redhat.com>
Date: Tue, 11 Nov 2025 05:06:24 +0000
Bug 1998949 [Wayland] Don't fire bounds recalculation from configure event as we relly on mContainer GdkWindow size r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D271987
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/widget/gtk/nsWindow.cpp b/widget/gtk/nsWindow.cpp
@@ -4330,7 +4330,6 @@ gboolean nsWindow::OnShellConfigureEvent(GdkEventConfigure* aEvent) {
return FALSE;
}
- SchedulePendingBounds(MayChangeCsdMargin::No);
return FALSE;
}