mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-07 06:20:53 +03:00
UI defaults inspector: fixed key rendering for Nimbus Laf
This commit is contained in:
@@ -746,7 +746,8 @@ public class FlatUIDefaultsInspector
|
|||||||
|
|
||||||
int dot = key.indexOf( '.' );
|
int dot = key.indexOf( '.' );
|
||||||
if( dot > 0 && !selected ) {
|
if( dot > 0 && !selected ) {
|
||||||
g.setColor( UIManager.getColor( "Label.disabledForeground" ) );
|
g.setColor( FlatUIUtils.getUIColor( "Label.disabledForeground",
|
||||||
|
FlatUIUtils.getUIColor( "Label.disabledText", Color.gray ) ) );
|
||||||
|
|
||||||
if( dot >= clippedText.length() )
|
if( dot >= clippedText.length() )
|
||||||
FlatUIUtils.drawString( this, g, clippedText, x, y );
|
FlatUIUtils.drawString( this, g, clippedText, x, y );
|
||||||
|
|||||||
Reference in New Issue
Block a user