Ignore:
Timestamp:
2011-09-17T12:20:34+02:00 (13 years ago)
Author:
stoecker
Message:

hopefully fix #6662 - selected layer color wrong

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/dialogs/LayerListDialog.java

    r4356 r4432  
    905905                    }
    906906                }
    907                 /* Setting foreground properly handles null as default! */
     907                if(c == null)
     908                    c = Main.pref.getUIColor(isSelected ? "Table.selectionForeground" : "Table.foreground");
    908909                label.setForeground(c);
    909910            }
Note: See TracChangeset for help on using the changeset viewer.