Skip to content

CSSFX doesn't monitor changes in Application stylesheet #36

@Liso-cz

Description

@Liso-cz

When I define global CSS file for all stages of javafx application (see below), then changes aren't reloaded.

        final URL globalCssFile = getClass().getResource("styles/Global.css");
        Application.setUserAgentStylesheet(globalCssFile.toExternalForm());

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions