From e972c6b19490724fd6b68f03df78d22b7d18d206 Mon Sep 17 00:00:00 2001 From: Gus Grubba Date: Wed, 1 Jan 2020 14:57:46 -0500 Subject: [PATCH] Let the content of the AnalyzePage handle Flickable. They already do. --- src/AnalyzeView/AnalyzePage.qml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/AnalyzeView/AnalyzePage.qml b/src/AnalyzeView/AnalyzePage.qml index 950a51d56..8e2ad0bd8 100644 --- a/src/AnalyzeView/AnalyzePage.qml +++ b/src/AnalyzeView/AnalyzePage.qml @@ -63,15 +63,13 @@ Item { } } - QGCFlickable { + Item { id: mainContent anchors.topMargin: ScreenTools.defaultFontPixelHeight anchors.top: headerLoader.sourceComponent === null ? (headingColumn.visible ? headingColumn.bottom : parent.top) : headerLoader.bottom anchors.bottom: parent.bottom anchors.left: parent.left anchors.right: parent.right - contentWidth: pageLoader.x + pageLoader.item.width - contentHeight: pageLoader.y + pageLoader.item.height clip: true Loader { id: pageLoader -- 2.22.0