This commit is contained in:
朱子楚\zhuzi 2023-06-27 22:14:27 +08:00
parent e25b944704
commit 96071ac8d7

View File

@ -250,7 +250,7 @@ Rectangle {
width: 4
anchors.right: parent.right
acceptedButtons: Qt.LeftButton
visible: !(obj.width === obj.maximumWidth && obj.width === obj.maximumWidth)
visible: !(obj.width === obj.minimumWidth && obj.width === obj.maximumWidth)
cursorShape: Qt.SplitHCursor
preventStealing: true
propagateComposedEvents: true