You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In #1776 the window size restoration mechanism was broken. It still saves the window's position (and likely the size) but the size is no longer being set correctly. This is likely due to the fact that the previous mechanism to do this was a hack to trick SwiftUI into setting the initial window size.
To Reproduce
Open a workspace
Resize/move the window
Close the window
Open the workspace again
The size and position are not the same as when it was opened.
Expected Behavior
The window size & position should stay the same after closing and opening the workspace window.
Description
In #1776 the window size restoration mechanism was broken. It still saves the window's position (and likely the size) but the size is no longer being set correctly. This is likely due to the fact that the previous mechanism to do this was a hack to trick SwiftUI into setting the initial window size.
To Reproduce
Expected Behavior
The window size & position should stay the same after closing and opening the workspace window.
Version Information
CodeEdit: 0.1.0
Additional Context
No response
Screenshots
bad.mov