-
Notifications
You must be signed in to change notification settings - Fork 16
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
Compatibility with Avalonia 11.1? #48
Comments
So, currently seems like my custom binding for getting colors from different themes doesn't work with updated binding system from avalonia 11.1. As for workaround you can set values to this properties ( I've currently trying to figure out how to adapt to new avalonia binding system. |
Details can found here: AvaloniaUI/Avalonia#15270 |
Thanks, my own application is working now with the new update. |
Hi,
While testing with danipen/TextMateSharp#57 (comment) in the Avalonia 11.1 previews, I noticed that an about box using DialogHost.Avalonia didn't work correctly - the dialog appeared but didn't disappear when closed, just hung about over the top of the background.
As a test I tried updating the demo application from this repository to the Avalonia 11.1 Beta 1 release and saw there are problems there as well
There are also some warnings in the debugger output:
Thanks.
The text was updated successfully, but these errors were encountered: