mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 14:00:55 +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( '.' );
|
||||
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() )
|
||||
FlatUIUtils.drawString( this, g, clippedText, x, y );
|
||||
|
||||
Reference in New Issue
Block a user