mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 14:37:13 -06:00
fix: filter combobox by name
This commit is contained in:
@@ -324,8 +324,8 @@ public class FlatListUI
|
|||||||
cw = rowBounds.width;
|
cw = rowBounds.width;
|
||||||
}
|
}
|
||||||
|
|
||||||
// filelist/combobox does not support alternate row color
|
// combobox does not support alternate row color
|
||||||
if( !isFileList && !(dataModel instanceof DefaultComboBoxModel) ) {
|
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