summaryrefslogtreecommitdiff
path: root/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
diff options
context:
space:
mode:
authorPaolo Angelelli <paolo.angelelli@qt.io>2018-10-03 12:56:18 +0200
committerPaolo Angelelli <paolo.angelelli@qt.io>2018-11-19 21:23:33 +0000
commitd9985cd5a308cece06a88e6203529837f00b33aa (patch)
treeb863d45c298d3da3f8249cfbfd9f040b3387577d /src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
parent85df79b094d1097108a28424d6f9b3b76b3aee62 (diff)
downloadqtlocation-d9985cd5a308cece06a88e6203529837f00b33aa.tar.gz
Fix missing geometry update when changing border width
In this case, only border geometry was marked dirty, producing a misplaced polygon. Fixes: QTBUG-70886 Change-Id: Ied39e523a584976871a655e436daf8c2700458b6 Reviewed-by: Alex Blasche <alexander.blasche@qt.io>
Diffstat (limited to 'src/location/declarativemaps/qdeclarativepolygonmapitem_p.h')
-rw-r--r--src/location/declarativemaps/qdeclarativepolygonmapitem_p.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h b/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
index 83983651..60e81b08 100644
--- a/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
+++ b/src/location/declarativemaps/qdeclarativepolygonmapitem_p.h
@@ -118,7 +118,6 @@ protected:
protected Q_SLOTS:
void markSourceDirtyAndUpdate();
- void handleBorderUpdated();
virtual void afterViewportChanged(const QGeoMapViewportChangeEvent &event) override;
private: