mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 23:17:32 -06:00
Continue scrolling over compatibility charts
Contributes to CURA-5598
This commit is contained in:
parent
aadbebd457
commit
bcedef3bbe
1 changed files with 8 additions and 0 deletions
|
@ -29,6 +29,14 @@ Item
|
||||||
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
anchors.topMargin: UM.Theme.getSize("default_margin").height
|
||||||
width: parent.width
|
width: parent.width
|
||||||
frameVisible: false
|
frameVisible: false
|
||||||
|
|
||||||
|
// Workaround for scroll issues (QTBUG-49652)
|
||||||
|
flickableItem.interactive: false
|
||||||
|
Component.onCompleted: {
|
||||||
|
for (var i = 0; i < flickableItem.children.length; ++i) {
|
||||||
|
flickableItem.children[i].enabled = false
|
||||||
|
}
|
||||||
|
}
|
||||||
selectionMode: 0
|
selectionMode: 0
|
||||||
model: packageData.supported_configs
|
model: packageData.supported_configs
|
||||||
headerDelegate: Rectangle
|
headerDelegate: Rectangle
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue