diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-14 10:24:22 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2019-02-14 11:41:07 +0100 |
commit | eaf3c9e5d1090ebadecccf4e20b6b1f7fa53af26 (patch) | |
tree | 68c3281909398e22c8b1fbba4b88eb1b2c3e1cda /vcl/source/window | |
parent | 29b27aecb44c00094a6c6d0f8141af969afd9630 (diff) |
tdf#123439 Assert wrt PointerStyle fails when moving cursor over toolbar
regression from
commit a2b687a88feedfae0087bfc999b3cf49b9d3d24b
Date: Tue Feb 12 10:12:03 2019 +0200
Pointer is pointless
Change-Id: I727e68c71f4ebacb9adae83f1f9b43ce999d5374
Reviewed-on: https://gerrit.libreoffice.org/67803
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/window')
-rw-r--r-- | vcl/source/window/window.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 8c560439b406..a1b393193ab0 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -44,6 +44,7 @@ #include <vcl/virdev.hxx> #include <vcl/settings.hxx> #include <vcl/sysdata.hxx> +#include <vcl/ptrstyle.hxx> #include <vcl/IDialogRenderable.hxx> #include <vcl/uitest/uiobject.hxx> @@ -612,6 +613,7 @@ WindowImpl::WindowImpl( WindowType nType ) mnEventListenersIteratingCount = 0; mnChildEventListenersIteratingCount = 0; mpCursor = nullptr; // cursor + maPointer = PointerStyle::Arrow; mpVCLXWindow = nullptr; mpAccessibleInfos = nullptr; maControlForeground = COL_TRANSPARENT; // no foreground set |