From 25b540d995b74ac786e4dfe7e700f7c6033b262a Mon Sep 17 00:00:00 2001 From: Mahmoud Badri Date: Thu, 21 Sep 2023 13:41:23 +0300 Subject: [PATCH] QmlDesigner: Fix ScrollView not working on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Caused by (5676e612982d3c87f403677bcb63e0b6343f9b7d) Change-Id: I9dd45a31326e061e5ef6e3cddfcd069ce9132aee Reviewed-by: Henning Gründl --- .../imports/HelperWidgets/ScrollView.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ScrollView.qml b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ScrollView.qml index 34342958f79..f17d2025aa2 100644 --- a/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ScrollView.qml +++ b/share/qtcreator/qmldesigner/propertyEditorQmlSources/imports/HelperWidgets/ScrollView.qml @@ -2,6 +2,7 @@ // SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 import QtQuick +import QtQuick.Controls import StudioControls as StudioControls import StudioTheme 1.0 as StudioTheme