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
Describe the bug
A clear and concise description of what the bug is and any steps to reproduce it. Sample code or a minimal repro is helpful.
To repro
A ColorPickerButton bound to a property FontColor on VM.
A TextBlock with Foreground bound to an Observable returning a SolidColorBrush of FontColor
The TextBlock has TextAlign = Right
Changing the color using the ColorPickerButton causes the TextBox to appear Left Aligned.
Screenshots
If applicable, add screenshots to help explain your problem.
Screen.Recording.2025-02-02.165746.mp4
Desktop/Platform (please complete the following information):
OS: [e.g. Windows (11/10), linux (distro), osx, wasm, etc] - Windows 11
FluentAvalonia Version [e.g. 1.0.0, or latest] - latest
Avalonia Version [e.g. 0.10.10] - 11.2.3
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is and any steps to reproduce it. Sample code or a minimal repro is helpful.
To repro
A ColorPickerButton bound to a property FontColor on VM.
A TextBlock with Foreground bound to an Observable returning a SolidColorBrush of FontColor
The TextBlock has TextAlign = Right
Changing the color using the ColorPickerButton causes the TextBox to appear Left Aligned.
Screenshots
If applicable, add screenshots to help explain your problem.
Screen.Recording.2025-02-02.165746.mp4
Desktop/Platform (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: