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 the latest version of AvaloniaUI (11.1.3), the application caption buttons in the upper right corner are invisible at startup. They become visible after resizing the window (Windows + Arrow keys).
On version 11.0.6 it worked as expected (close and resize buttons were visible right after starting the application).
To Reproduce
Create a new Avalonia .NET App (AvaloniaUI) OR a new Avalonia .NET MVVM App (AvaloniaUI)
Add ExtendClientAreaToDecorationsHint="True" and WindowState="Maximized" to the MainWindow.axaml
Launch the app, the close & resize buttons are visible as expected
Run NuGet Package Manager and update all Avalonia packages to 11.1.3
Once updated, launch the app, the buttons are no longer visible
Expected behavior
The caption buttons (close and resize buttons in the upper right corner) should be visible immediately after launching the application.
Avalonia version
11.1.3
OS
Windows
Additional context
I can send screenshots & code examples if required.
The text was updated successfully, but these errors were encountered:
Thanks for your insight, I'll wait for the 11.1.4 release to see if it's fixed (can't ship software with nightly built libraries).
I have downgraded to 11.0.10 for now (11.1.0 also has this problem, haven't tested other 11.1.x and 11.0.1x versions).
@marcb152 If you could still test it to make sure it's fixed with nightly we can close this issue. You wouldn't have to ship anything after a quick confirmation test.
Describe the bug
In the latest version of AvaloniaUI (11.1.3), the application caption buttons in the upper right corner are invisible at startup. They become visible after resizing the window (Windows + Arrow keys).
On version 11.0.6 it worked as expected (close and resize buttons were visible right after starting the application).
To Reproduce
ExtendClientAreaToDecorationsHint="True"
andWindowState="Maximized"
to theMainWindow.axaml
Expected behavior
The caption buttons (close and resize buttons in the upper right corner) should be visible immediately after launching the application.
Avalonia version
11.1.3
OS
Windows
Additional context
I can send screenshots & code examples if required.
The text was updated successfully, but these errors were encountered: