mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27: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
|
// 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 ) {
|
if( alternateRowColor != null && row % 2 != 0 ) {
|
||||||
g.setColor( alternateRowColor );
|
g.setColor( alternateRowColor );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user