mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-06 05:50:53 +03:00
fixed compile error caused by previous checkin (issue #143)
This commit is contained in:
@@ -39,7 +39,7 @@ public class FlatDatePickerBorder
|
||||
}
|
||||
|
||||
@Override
|
||||
protected boolean isTableCellEditor( Component c ) {
|
||||
protected boolean isCellEditor( Component c ) {
|
||||
return c.getParent() instanceof JTable;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user