JFX components in ribbon do not display correct background color on MacOSX

Issue #60 resolved
Travis Rennemann created an issue

I'm running OS X Mavericks (version 10.9.2) with Java 7u51. The JavaFX components for Animate -> Linger Period and Tools -> Navigation have a different background color compared to other ribbon controls.

terramenta-mac-jfx-animate.png

terramenta-jfx-onmac.png

Comments (4)

  1. Chris Heidt

    neither of those are javafx... they are JPanels in a JFlowRibbonBand. the panels are suppose to inherit the parent bg color but ive explicitly set the backgound to the parent background so hopfully its all fixed now.

  2. Log in to comment