diff options
author | Caolán McNamara <caolanm@redhat.com> | 2015-05-07 10:37:41 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2015-05-07 10:38:17 +0100 |
commit | bbdd739d6e2024f57e692e646295644faf44af22 (patch) | |
tree | c19a1c99228dd130deea3c5046e1238f511a6558 /vcl | |
parent | 65ab049bcfc60657bcd0f285b83851479fc8b619 (diff) |
Related: tdf#90956 don't resize the border window when disposing
Change-Id: Ia5a2108214369a82dfe5e886524fbf5e685bb9f9
Diffstat (limited to 'vcl')
-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 |