diff options
-rw-r--r-- | vcl/source/window/window2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/window2.cxx b/vcl/source/window/window2.cxx index c928516d767b..9df9085b8ca1 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 |