1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-05-07 21:27:28 +08:00
This commit is contained in:
朱子楚\zhuzi 2023-09-08 22:43:52 +08:00
parent 24f3cb1027
commit c0f15060af
2 changed files with 2 additions and 0 deletions
src
Qt5/imports/FluentUI/Controls
Qt6/imports/FluentUI/Controls

@ -55,6 +55,7 @@ FluMenu{
text:pasteText
focus: false
padding: 0
visible: !inputItem.readOnly
height: visible ? 36 : 0
onClicked: {
inputItem.paste()

@ -55,6 +55,7 @@ FluMenu{
text:pasteText
focus: false
padding: 0
visible: !inputItem.readOnly
height: visible ? 36 : 0
onClicked: {
inputItem.paste()