[Libreoffice-commits] core.git: vcl/source

Caolán McNamara caolanm at redhat.com
Thu May 7 02:38:43 PDT 2015


 vcl/source/window/window2.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit bbdd739d6e2024f57e692e646295644faf44af22
Author: Caolán McNamara <caolanm at 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


More information about the Libreoffice-commits mailing list