Skip to content

The background loses transparency when switching to fullscreen #10085

@xlhl77

Description

@xlhl77

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

No one assigned

    Labels

    a:platform-windowsIssue specific to Windows (mT,bS)need triagingIssue that the owner of the area still need to triage

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions