mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-07 06:57:28 -06:00
Fix bracket style
Contributes to CURA-5598
This commit is contained in:
parent
bcedef3bbe
commit
c47de04983
1 changed files with 4 additions and 2 deletions
|
@ -32,8 +32,10 @@ Item
|
|||
|
||||
// Workaround for scroll issues (QTBUG-49652)
|
||||
flickableItem.interactive: false
|
||||
Component.onCompleted: {
|
||||
for (var i = 0; i < flickableItem.children.length; ++i) {
|
||||
Component.onCompleted:
|
||||
{
|
||||
for (var i = 0; i < flickableItem.children.length; ++i)
|
||||
{
|
||||
flickableItem.children[i].enabled = false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue