Skip to content

Commit

Permalink
Fix misaligned elevation profile curve highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
nirvn committed Oct 31, 2023
1 parent 6441dcd commit 0812ac1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/linepolygonhighlight.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,13 @@ void LinePolygonHighlight::visibleExtentChanged()
void LinePolygonHighlight::mapCrsChanged()
{
mDirty = true;
update();
updateTransform();
}

void LinePolygonHighlight::makeDirty()
{
mDirty = true;
update();
updateTransform();
}

QgsGeometryWrapper *LinePolygonHighlight::geometry() const
Expand Down

0 comments on commit 0812ac1

Please sign in to comment.