You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TabbedPane currently only has the ability to set the hover background (via "TabbedPane.hoverColor"). It would be nice to have the option to also set the background, perhaps via "TabbledPane.hoverForeground".
The text was updated successfully, but these errors were encountered:
changed background behavior: `tabbedPane.getBackgroundAt(tabIndex)` now has higher priority than `TabbedPane.focusColor` and `TabbedPane.selectedBackground`
TabbedPane currently only has the ability to set the hover background (via "TabbedPane.hoverColor"). It would be nice to have the option to also set the background, perhaps via "TabbledPane.hoverForeground".
The text was updated successfully, but these errors were encountered: