Shelley Vohr
Shelley Vohr
We haven't gotten a response to our questions in our comment above. With only the information that is currently in the issue, we don't have enough information to take action....
@thomas-jakemeyn could you please create a standalone sample for this issue specifically? Linking your full fetch repo still requires we make assumptions and introduces extra margin for error in triage.
[Bug]: Maximizing a window with `backgroundMaterial:` turns it black and removes the rounded corners
hi @notAperson535 - i think you meant to mention the above commenter and not me? I haven't had a moment to look at this yet.
@safris i'm unable to reproduce using the provided version and Ubuntu. I see `r` only when expected, and `m` only when expected. Is there anything else necessary to see the...
@shivpratikhande did you try something like: ```js const { screen } = require('electron'); screen.on('display-metrics-changed', () => { if (process.platform === 'win32') { const currentSize = mainWindow.getSize(); mainWindow.setSize(currentSize[0], currentSize[1]); } });...
@estoykov also - i'm looking at repros right now and there's no real way on Windows 11 to change scaling without logging out and back in. Is that also what...
> But I'm talking about dynamic scaling change handled by the "modern", DPI aware applications. just so we're on the same page, how exactly are you changing it then?
@estoykov ah, I only have one display so that explains that. Thanks for this deep dive! I'll see what I can do.
@StaZhu we're prioritizing this as a blocker so if you're able to address these changes please do so or this PR might be superseded by another.
@StaZhu as @ckerr noted: > Merging is blocked > Commits must have verified signatures. You need to sign your commit - https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits