summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2019-02-14 10:24:22 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2019-02-14 11:41:07 +0100
commiteaf3c9e5d1090ebadecccf4e20b6b1f7fa53af26 (patch)
tree68c3281909398e22c8b1fbba4b88eb1b2c3e1cda /svtools
parent29b27aecb44c00094a6c6d0f8141af969afd9630 (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 'svtools')
-rw-r--r--svtools/source/hatchwindow/ipwin.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/hatchwindow/ipwin.cxx b/svtools/source/hatchwindow/ipwin.cxx
index 4dd2b5a32eb6..adb751941456 100644
--- a/svtools/source/hatchwindow/ipwin.cxx
+++ b/svtools/source/hatchwindow/ipwin.cxx
@@ -434,6 +434,7 @@ SvResizeWindow::SvResizeWindow
VCLXHatchWindow* pWrapper
)
: Window( pParent, WB_CLIPCHILDREN )
+ , m_aOldPointer(PointerStyle::Arrow)
, m_nMoveGrab( -1 )
, m_bActive( false )
, m_pWrapper( pWrapper )