Comment 4 for bug 1606451

Revision history for this message
Andrea Bernabei (faenil) wrote :

I suspect there might be a timing issue here...in some scenarios __styleInstance value probably changes before __trough is initialized to anything meaningful, and that causes JS to evaluate that expression as a bool instead of a QQuickItem...

I'll have a deeper look, thanks Dan!