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: fix cast in ElectronDesktopWindowTreeHostLinux #42185

Commits on May 14, 2024

  1. Fix cast in ElectronDesktopWindowTreeHostLinux

    The frame view of the widget is an `ClientFrameViewLinux` instance only
    when both `frame` and `client_frame` booleans are set to `true`.
    Otherwise it is an instance of a different class and thus casting to
    `ClientFrameViewLinux` is incorrect and leads to crashes.
    
    Fix: #41839
    
    Co-authored-by: Fedor Indutny <indutny@signal.org>
    trop[bot] and indutny-signal committed May 14, 2024
    Configuration menu
    Copy the full SHA
    e9eda8f View commit details
    Browse the repository at this point in the history