This commit is contained in:
朱子楚\zhuzi 2023-06-24 11:56:32 +08:00
parent 9786e69fc2
commit 9a1db0b230

View File

@ -685,7 +685,6 @@ Item {
} }
return "transparent" return "transparent"
} }
clip: true
x: visible ? 0 : -width x: visible ? 0 : -width
Behavior on width { Behavior on width {
NumberAnimation{ NumberAnimation{
@ -955,7 +954,6 @@ Item {
radius: 4 radius: 4
} }
color: FluTheme.dark ? Qt.rgba(51/255,48/255,48/255,1) : Qt.rgba(248/255,250/255,253/255,1) color: FluTheme.dark ? Qt.rgba(51/255,48/255,48/255,1) : Qt.rgba(248/255,250/255,253/255,1)
} }
function showPopup(pos,model){ function showPopup(pos,model){
control_popup.x = pos.x control_popup.x = pos.x