summaryrefslogtreecommitdiff
path: root/vcl/source/control
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 /vcl/source/control
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 'vcl/source/control')
-rw-r--r--vcl/source/control/fixedhyper.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/control/fixedhyper.cxx b/vcl/source/control/fixedhyper.cxx
index 9905327a72f7..fc4c5e3eb46a 100644
--- a/vcl/source/control/fixedhyper.cxx
+++ b/vcl/source/control/fixedhyper.cxx
@@ -36,6 +36,7 @@ using namespace css;
FixedHyperlink::FixedHyperlink(vcl::Window* pParent, WinBits nWinStyle)
: FixedText(pParent, nWinStyle)
, m_nTextLen(0)
+ , m_aOldPointer(PointerStyle::Arrow)
{
Initialize();
}