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