slint
slint copied to clipboard
Strange overlapping behavior with the `visible` property
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 .
I just add two commit for testing. this commit support "save" button to show message box this one show the bug
and the two pictures show difference between the two commits.