vcl/source/window/window2.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit bbdd739d6e2024f57e692e646295644faf44af22 Author: Caolán McNamara <caol...@redhat.com> Date: Thu May 7 10:37:41 2015 +0100 Related: tdf#90956 don't resize the border window when disposing Change-Id: Ia5a2108214369a82dfe5e886524fbf5e685bb9f9 diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx index c928516..9df9085 100644 --- a/vcl/source/window/window2.cxx +++ b/vcl/source/window/window2.cxx @@ -1466,7 +1466,7 @@ void Window::queue_resize(StateChangedType eReason) } } - if (bSomeoneCares) + if (bSomeoneCares && !mpWindowImpl->mbInDispose) { //fdo#57090 force a resync of the borders of the borderwindow onto this //window in case they have changed
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits