summaryrefslogtreecommitdiff
path: root/svx
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 /svx
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 'svx')
-rw-r--r--svx/source/svdraw/svdcrtv.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/svdraw/svdcrtv.cxx b/svx/source/svdraw/svdcrtv.cxx
index 4edb4840c306..15e6a07cef00 100644
--- a/svx/source/svdraw/svdcrtv.cxx
+++ b/svx/source/svdraw/svdcrtv.cxx
@@ -198,7 +198,8 @@ SdrCreateView::SdrCreateView(
SdrModel& rSdrModel,
OutputDevice* pOut)
: SdrDragView(rSdrModel, pOut),
- mpCreateViewExtraData(new ImpSdrCreateViewExtraData())
+ mpCreateViewExtraData(new ImpSdrCreateViewExtraData()),
+ aCurrentCreatePointer(PointerStyle::Arrow)
{
ImpClearVars();
}