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

[v2] Only call EnableSizable for normal windows #1074

Merged
merged 2 commits into from
Jan 17, 2022

Commits on Jan 17, 2022

  1. [v2] Only call EnableSizable for normal windows

    Frameless windows are always not resizable per default and
    the resizing for those will be initiated by the frontend see
    processMessage.
    
    If EnableSizable is enabled for frameless windows, a small white
    titlebar will be shown.
    
    Fix wailsapp#1049
    stffabi committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    c4b1474 View commit details
    Browse the repository at this point in the history
  2. [v2] Bump winc

    Contains fixes for wailsapp#1049, wailsapp#1063 and wailsapp#1083
    stffabi committed Jan 17, 2022
    Configuration menu
    Copy the full SHA
    dd4b0e1 View commit details
    Browse the repository at this point in the history