From d3523abce219c9c73c5cf3a3a7d3dc3e669acb66 Mon Sep 17 00:00:00 2001 From: DiegoJRAleixandre Date: Wed, 6 Apr 2022 12:54:52 +0200 Subject: [PATCH] TransectStyleComplexItemTerrainFollow.qml: fix terrain follow dialog not appearing --- src/PlanView/TransectStyleComplexItemTerrainFollow.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlanView/TransectStyleComplexItemTerrainFollow.qml b/src/PlanView/TransectStyleComplexItemTerrainFollow.qml index aaddd43..7dde52f 100644 --- a/src/PlanView/TransectStyleComplexItemTerrainFollow.qml +++ b/src/PlanView/TransectStyleComplexItemTerrainFollow.qml @@ -31,7 +31,7 @@ ColumnLayout { altModeDialogComponent.createObject(mainWindow, { rgRemoveModes: removeModes, updateAltModeFn: updateFunction }).open() } - //Component { id: altModeDialogComponent; AltModeDialog { } } + Component { id: altModeDialogComponent; AltModeDialog { } } RowLayout { spacing: ScreenTools.defaultFontPixelWidth / 2