Add ScrollBar.qml warning/FIXME for a bug I found
There's a binding loop here somewhere, and this comment warns about it. I don't know enough about qml to see what's wrong.
This commit is contained in:
parent
6b28f03996
commit
eb8e40feee
@ -140,6 +140,9 @@ Item {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// FIXME: there's a binding loop occurrence here somewhere...(RangeModel) : property: value
|
||||||
|
// try flicking a view with a scrollbar in it, and flick it past it's contents
|
||||||
|
// a few times and try using the mousewheel..you'll find the warning then..
|
||||||
RangeModel {
|
RangeModel {
|
||||||
id: range
|
id: range
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user