Skip to content
Snippets Groups Projects
Commit 09cd7e01 authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Pierre Lamot
Browse files

qml: fix SortControl close animation


This patch fixes the SortControl close animation which was not working when Qt 5.15 was used.

Signed-off-by: default avatarPierre Lamot <pierre@videolabs.io>
parent 34e6e185
No related branches found
No related tags found
No related merge requests found
......@@ -95,6 +95,7 @@ Widgets.NavigableFocusScope {
Popup {
id: popup
closePolicy: Popup.NoAutoClose
y: (popupAlignment & Qt.AlignBottom) ? (root.height) : -(height)
x: (popupAlignment & Qt.AlignRight) ? (button.width - width) : 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment