mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-10 22:17:13 -06:00
mod: code format
This commit is contained in:
@@ -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 );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user