Skip to content
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

AvaloniaEdit first FontSize change is not applied directly #458

Open
FG-rgb opened this issue Oct 24, 2024 · 0 comments
Open

AvaloniaEdit first FontSize change is not applied directly #458

FG-rgb opened this issue Oct 24, 2024 · 0 comments
Labels

Comments

@FG-rgb
Copy link

FG-rgb commented Oct 24, 2024

Describe the bug

When using AvaloniaEdit.TextEditor, changing the FontSize is not applied on first change.

OperatingSystem: Windows 10 Professional Version 22H2 (Build 19045.5011) 64 Bit

To Reproduce

Steps to Reproduce:
Use AvaloniaEdit.TextEditor in a UserControl.
Add a button to change FontSize in code Behind.
Run the project and let the user change the text of it.
After that click the button to change the FontSize
=> The Style AvaloniaEdit.TextEditor is not changed when firstly used.
Retry to change the FontSize.
=> Now the FontSize is changed and directly visible.

Expected behavior

Changing the FontSize should directly be applied/visible on first try.

Avalonia version

11.1.0

OS

Windows

Additional context

No response

@FG-rgb FG-rgb added the bug label Oct 24, 2024
@maxkatz6 maxkatz6 transferred this issue from AvaloniaUI/Avalonia Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant