mod: code format

This commit is contained in:
Dar
2024-12-16 15:55:15 +01:00
parent 6404b8de2a
commit abf77d5399

View File

@@ -325,7 +325,7 @@ public class FlatListUI
}
// combobox does not support alternate row color
if ( !"ComboBox.list".equals( list.getName() ) ) {
if( !"ComboBox.list".equals( list.getName() ) ) {
if( alternateRowColor != null && row % 2 != 0 ) {
g.setColor( alternateRowColor );