[Libreoffice-commits] core.git: vcl/source
Caolán McNamara (via logerrit)
logerrit at kemper.freedesktop.org
Tue Apr 27 14:52:00 UTC 2021
vcl/source/window/window2.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit aea139c440d7c7a3683fcbbc48799bc79ba590e7
Author: Caolán McNamara <caolanm at redhat.com>
AuthorDate: Tue Apr 27 11:16:33 2021 +0100
Commit: Caolán McNamara <caolanm at redhat.com>
CommitDate: Tue Apr 27 16:49:15 2021 +0200
tdf#141854 Resize called during dispose
Change-Id: Ie5eaafa95704f9567b8bb9881865571a39bb2f6b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/114708
Tested-by: Jenkins
Tested-by: Caolán McNamara <caolanm at redhat.com>
Reviewed-by: Caolán McNamara <caolanm at redhat.com>
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx
index 86dd53bcfb9f..f52478299a9b 100644
--- a/vcl/source/window/window2.cxx
+++ b/vcl/source/window/window2.cxx
@@ -1347,7 +1347,7 @@ void Window::queue_resize(StateChangedType eReason)
}
}
- if (bSomeoneCares && !mpWindowImpl->mbInDispose)
+ if (bSomeoneCares && !isDisposed())
{
//fdo#57090 force a resync of the borders of the borderwindow onto this
//window in case they have changed
More information about the Libreoffice-commits
mailing list