-
Notifications
You must be signed in to change notification settings - Fork 788
Open
Labels
a:platform-windowsIssue specific to Windows (mT,bS)Issue specific to Windows (mT,bS)need triagingIssue that the owner of the area still need to triageIssue that the owner of the area still need to triage
Description
Bug Description
The background loses transparency when switching to fullscreen
Reproducible Code (if applicable)
export component AppWindow inherits Window {
min-width: 800px;
min-height: 600px;
background: transparent;
title: "test";
full-screen: true;
TouchArea {
clicked => {
root.full-screen = !root.full-screen;
}
}
}Environment Details
- Slint Version: 1.14.1
- Platform/OS: windows
- Programming Language: rust
- Backend/Renderer: winit
Product Impact
No response
Metadata
Metadata
Assignees
Labels
a:platform-windowsIssue specific to Windows (mT,bS)Issue specific to Windows (mT,bS)need triagingIssue that the owner of the area still need to triageIssue that the owner of the area still need to triage