Skip to content
This repository was archived by the owner on Feb 15, 2022. It is now read-only.
This repository was archived by the owner on Feb 15, 2022. It is now read-only.

Cerulean skin class in tools does not compile #150

Description

@enwired

The class Cerulean in tools.docrobot.skins in substance-flamingo cannot compile.

The constructor has an error. It has
super(new Cerulean(), "/Users/kirillg/JProjects/substance-flamingo/www/images/screenshots/skins/cerulean")

But it should have
super(new CeruleanSkin(), "/Users/kirillg/JProjects/substance-flamingo/www/images/screenshots/skins/cerulean")

Actually, the classpaths should probably not start with '/Users/', but this bug is only about the fact that the code will not compile.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions