-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
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
Resize keeping the right scale #2317
Comments
This is the behavior I initially tried to implement, but at least on X11 (and probably others), it resulted in stuttering and weird blinking. I don't know if the problem is in the backend or in the SDL abstraction, but it did not work well. Maybe it could work well on Wayland, I haven't tested. If it's the case, it could be implemented as an option. As a side note, having black bars also allows to click "outside" the device. For example, try a drag&drop starting on the device and drag outside, you can go further 😉 Not sure if it's very useful in practice, but at least it makes the behavior smooth, especially in fullscreen. |
I understand, really nice job anyway
|
@rom1v Did you have issues on other OSs too? BTW, a tip for those who get here: |
Is your feature request related to a problem? Please describe.
When a window resize is performed, it always creates black bars.
Describe the solution you'd like
It would be great if resizing is always keeping the original scale
Describe alternatives you've considered
Instead of double clicking the black bars or using the shortcut
The text was updated successfully, but these errors were encountered: