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
Tooltips on inactive elements do not use the AbstractTheme.getTooltipForegroundColor, instead they use AbstractTheme.getDisabledForegroundColor(). This makes the most tooltips quite hard to read. IMHO the tooltip information is not less relevant only if the component is disabled.
Tooltips on inactive elements do not use the AbstractTheme.getTooltipForegroundColor, instead they use AbstractTheme.getDisabledForegroundColor(). This makes the most tooltips quite hard to read. IMHO the tooltip information is not less relevant only if the component is disabled.
Here is the corresponding code:
JTattoo/src/main/java/com/jtattoo/plaf/BaseToolTipUI.java
Lines 167 to 174 in a9a27d7
Is there any way, that you could change this. I would suggest new Property
ToolTip.disabledForegroundColor defaulting to old behavior.
The text was updated successfully, but these errors were encountered: