Skip to content
Snippets Groups Projects

qml: set playqueue listview cachebuffer

Closed Fatih Uzunoğlu requested to merge fuzun/vlc:qml-listview-cachebuffer into master
  1. Jul 27, 2021
    • Fatih Uzunoğlu's avatar
      qml: set playqueue listview cachebuffer · c09720d8
      Fatih Uzunoğlu authored
      when listview destroys the object during dragging,
      it causes the drag to fail. The source of drag should
      always be loaded.
      
      setting cacheBuffer to contentHeight ensures that the
      listview would not purge out of sight items.
      c09720d8
Loading