~fboucault/unity-2d/a11y_lens_navigation_bar

« back to all changes in this revision

Viewing changes to places/ListViewWithHeaders.qml

[dash] DropShadow can cause visual artifacts in the GridView while it is being moved. Work around this by disabling DropShadow while Grid is being moved.

Show diffs side-by-side

added added

removed removed

Lines of Context:
235
235
                    Binding { target: headerLoader; property: "model"; value: model }
236
236
                    property variant body
237
237
                    Binding { target: headerLoader; property: "body"; value: bodyLoader.item }
 
238
                    property int flickerMoving
 
239
                    Binding { target: headerLoader; property: "flickerMoving"; value: mouse.moving }
238
240
                }
239
241
 
240
242
                Loader {