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:
Shaun Reich 2012-01-04 20:27:39 -05:00
parent 6b28f03996
commit eb8e40feee

View File

@ -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 {
id: range