Skip to content

qml: minor cursor adjustments

Fatih Uzunoğlu requested to merge fuzun/vlc:qml/minorcursoradjustments into master
  • Do not try to adjust the cursor, we are not using internal dragging anymore. That is no longer the responsibility of the application, and overriding the cursor before native drag does not work anyway.
  • Use busy cursor as soon as the view is busy. Although we wait for progress indicator visibility, the cursor change should rather be done as soon as possible.

Request review @chub.

Merge request reports