summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-07 10:37:41 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-07 10:38:17 +0100
commitbbdd739d6e2024f57e692e646295644faf44af22 (patch)
treec19a1c99228dd130deea3c5046e1238f511a6558 /vcl
parent65ab049bcfc60657bcd0f285b83851479fc8b619 (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.cxx2
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