[vlc-devel] [PATCH 09/16] qml: prevent playlist drop indicator bar glitching

Fatih Uzunoglu fuzun54 at outlook.com
Wed Jul 29 23:04:32 CEST 2020


---
 modules/gui/qt/playlist/qml/PLItem.qml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/modules/gui/qt/playlist/qml/PLItem.qml b/modules/gui/qt/playlist/qml/PLItem.qml
index 805d24ec8d..b7bb394e0e 100644
--- a/modules/gui/qt/playlist/qml/PLItem.qml
+++ b/modules/gui/qt/playlist/qml/PLItem.qml
@@ -250,6 +250,9 @@ Rectangle {
 
         ColumnLayout {
             anchors.fill: parent
+            // exceed bottom boundary by the height of item separator to prevent drop indicator bar visible glitch
+            anchors.bottomMargin: -1
+
             spacing: 0
 
             DropArea {
-- 
2.25.1



More information about the vlc-devel mailing list