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
Upon further examination it looks like WPF is having an issue figuring out in which order to calculate the height of the MainView UserControl and its elements. Binding MenuAssist.TopLevelMenuItemHeight to UserInfoDisplayView.ActualHeight seems to fix the issue.
Describe the bug
When resizing the window it shows a white blank screen, contents are not rendered.
To Reproduce
Upgrade from 0.11.0-alpha.65 to 0.11.0-alpha.71
Resize the window
Screenshots
Additional context
The problem presists in 0.11.0-alpha.71
Commenting out UserInfoDisplay fixes the issue, thus must be the culprit.
The text was updated successfully, but these errors were encountered: