Skip to content

Dual monitor App invisible #2394

@ErikSom

Description

@ErikSom

When running my window with the following settings:

    let main_window = WindowDesc::new(build_ui())
        .title("Keyboard Event Viewer")
        .transparent(true)
        .show_titlebar(false)
        .window_size((500.0, 160.0));

It will not show up on a dual monitor on MacOS 14.1.2. It will simply be invisible.

The culprit is .show_titlebar(false) when I comment it out the app will show.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions