Skip to content

Commit

Permalink
fix: Combobox shadow is cliped
Browse files Browse the repository at this point in the history
remove clip property

Log:
  • Loading branch information
mhduiy committed Sep 5, 2024
1 parent 37141b5 commit 3ab7c3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion qt6/src/qml/ComboBox.qml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ T.ComboBox {
}

popup: Popup {
clip: true
implicitWidth: control.width
contentItem: ArrowListView {
maxVisibleItems: control.maxVisibleItems
Expand Down

0 comments on commit 3ab7c3c

Please sign in to comment.