slint icon indicating copy to clipboard operation
slint copied to clipboard

Strange overlapping behavior with the `visible` property

Open asuper0 opened this issue 1 year ago • 1 comments

Environment: Slint 1.3.2 Win 10

Please see the code. I implement a message box with slint. Currently the code is ok. If I comment out visable: false within the PopMessageBox and uncomment // visible: false; in main window, the message box can't mask the whole window. You can try to reproduce by invoke show_message_box in main.rs .

asuper0 avatar Jan 29 '24 10:01 asuper0

I just add two commit for testing. this commit support "save" button to show message box this one show the bug

overlap_ok overlap_bug

and the two pictures show difference between the two commits.

asuper0 avatar Jan 29 '24 11:01 asuper0