Make Text node inherit font with css by default

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • fx2.0
    • Affects Version/s: fx2.0
    • Component/s: javafx

      The font property of text node should be inherit by default like Label. So in code this:

        @Styleable(property="-fx-font")
          private ObjectProperty<Font> font;

      should be this

          @Styleable(property="-fx-font", inherits=true)
          private ObjectProperty<Font> font;

            Assignee:
            David Grieve
            Reporter:
            Jasper Potts (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: