Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: broken wayland window decorations due to botched chromium update #34945

Commits on Jul 18, 2022

  1. fix: broken wayland window decorations due to botched chromium update

    The `GetTitlebarBounds().height()` is obviously intended to be placed in
    the `top` parameter, which used to be the second one before upstream
    removed multi-parameter `gfx::Rect::Inset`, but it's the first parameter
    for `gfx::Insets::TLBR`, which was intended to replace the removed
    `Inset` function. However, whoever updated Chromium kept the parameter
    unchanged, causing the title bar height to be passed to the `left`
    parameter, causing the window title bar to be unclickable.
    msizanoen1 committed Jul 18, 2022
    Configuration menu
    Copy the full SHA
    90bbf3e View commit details
    Browse the repository at this point in the history