Skip to content

Line space is not adjusted after changing font size using CodeArea.setStyle(). #100

@janghyunq

Description

@janghyunq

For example when the font size is changed from 20 to 10 using

 CodeArea.setStyle("-fx-font-size:10;");

the line space is not adjusted automatically. It seems that it retains the former line space. Manual resizing the window corrects the problem.
Is there any way to an 'invalidate()' method to force repaint the entire CodeArea?

video clip:
http://www.youtube.com/watch?v=4-oKqV86uB8&feature=youtu.be

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions