-
Notifications
You must be signed in to change notification settings - Fork 8
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
Editor window size content overflows #72
Comments
@clearlysid Were you able to reproduce this? Or is it a windows only issue? |
Seems like a windows-only issue. I can't create it on macOS. I'm pretty sure it has to do with the PhysicalPosition and LogicalPosition being differently handled on both platforms. |
The height of the editor window is taken by calculating the preview height + tools height. Preview height is the height that was initially received from the encoder while encoding, but the preview video that was been sent is of always of dimension 3840x2160px |
A fix for this is to set aspect ratio always as 3840/2160 for windows
|
This is how it looks like now:
The issue was with windows-capture where the encoded video was not with proper frame dimensions, it has been fixed and also been merged now which gives the above result. |
After capturing the GIF, when opening the editor window, the size is not compatible with the content, and the content is overflowed.
There is a white background by default for anything that is visible outside of bounds of the window
The text was updated successfully, but these errors were encountered: