Skip to content

Commit

Permalink
Fix visual probem in the spliting tool
Browse files Browse the repository at this point in the history
The buildGuideline method was cancelled
  • Loading branch information
ValentinBuira committed Jul 31, 2024
1 parent ddd36b4 commit ac0b7ec
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions app/qml/map/MMSplittingTools.qml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ Item {
MM.GuidelineController {
id: guidelineController

allowed: true

mapSettings: root.map.mapSettings
crosshairPosition: crosshair.screenPoint
realGeometry: __inputUtils.transformGeometryToMapWithLayer( mapTool.recordedGeometry, __activeLayer.vectorLayer, root.map.mapSettings )
Expand All @@ -50,7 +52,10 @@ Item {
height: root.map.height
width: root.map.width

markerColor: __style.deepOceanColor
lineColor: __style.deepOceanColor
lineStrokeStyle: ShapePath.DashLine
lineWidth: MMHighlight.LineWidths.Narrow

mapSettings: root.map.mapSettings
geometry: guidelineController.guidelineGeometry
Expand All @@ -62,9 +67,7 @@ Item {
height: map.height
width: map.width

markerColor: __style.deepOceanColor
lineColor: __style.deepOceanColor
lineStrokeStyle: ShapePath.DashLine

mapSettings: root.map.mapSettings
geometry: __inputUtils.transformGeometryToMapWithLayer( mapTool.recordedGeometry, __activeLayer.vectorLayer, root.map.mapSettings )
Expand Down

1 comment on commit ac0b7ec

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.7.646111 just submitted!

Please sign in to comment.