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
I just updated to Avalonia 11.2.2 along with Dock 11.2.0, and now the SplitToWindow function is opening windows that are way bigger than the numbers I set in width and height. The numbers don't seem to be doing anything. I can put in a big or small number, and the resulting window is always the same size.
Tested versions:
Dock 11.2.0 and Avalonia 11.2.2 it is Broken
Dock 11.2.0 and Avalonia 11.2.0 it is Broken
Dock 11.1.0.4 and Avalonia 11.2.2 it is Broken
Dock 11.1.0.4 and Avalonia 11.2.0 it is Broken
Dock 11.1.0.4 and Avalonia 11.1.5 it is Working
Edit:
This behavior can also be seen when dragging a dockable out of a ToolDock into a floating window
The text was updated successfully, but these errors were encountered:
For some reason, setting the window size after the window has already been presented is broken in Avalonia 11.2.x. This is probably a bug in Avalonia, because setting the position after presenting is still working as expected.
I have made a PR that moves the call to Present after SetSize, and now the floating windows are opening with the right size in both my program and Dock.Mvvm.Sample. Please take a look when you get the chance.
I just updated to Avalonia 11.2.2 along with Dock 11.2.0, and now the
SplitToWindow
function is opening windows that are way bigger than the numbers I set inwidth
andheight
. The numbers don't seem to be doing anything. I can put in a big or small number, and the resulting window is always the same size.Tested versions:
Broken
Broken
Broken
Broken
Working
Edit:
This behavior can also be seen when dragging a dockable out of a ToolDock into a floating window
The text was updated successfully, but these errors were encountered: