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

New commits:
commit 88100c5acd81db37fc0a2131b4c87f6f0648bd6f
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Wed May 11 09:43:40 2016 +0200

    Lost initialization of mbMouseOver
    
    ...with b0ea829f686b0cb690e2c2828389263f36ee7c5d "vcl : Simplify vcl::Window
    initialisation and destruction"
    
    Change-Id: I40aafecd746b4981206e338e4e65004624701dea

diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx
index 7e8ee3a..9a4d62b 100644
--- a/vcl/source/window/window.cxx
+++ b/vcl/source/window/window.cxx
@@ -752,7 +752,8 @@ ImplWinData::ImplWinData() :
     mpFocusRect(nullptr),
     mpTrackRect(nullptr),
     mnTrackFlags(0),
-    mnIsTopWindow((sal_uInt16) ~0) // not initialized yet, 0/1 will indicate 
TopWindow (see IsTopWindow())
+    mnIsTopWindow((sal_uInt16) ~0), // not initialized yet, 0/1 will indicate 
TopWindow (see IsTopWindow())
+    mbMouseOver(false)
 {
 }
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to