mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
Spinner: fixed painting of border corners on left side (issue #382; regression since FlatLaf 1.4)
ComboBox (editable): fixed wrong border of internal text field under special circumstances
This commit is contained in:
@@ -1621,6 +1621,10 @@ public class FlatComponentsTest
|
||||
// customRenderer.setBorder( new LineBorder( Color.red ) );
|
||||
// comboBox1.setRenderer( customRenderer );
|
||||
// comboBox3.setRenderer( customRenderer );
|
||||
|
||||
// for testing issue #382
|
||||
// spinner1.setModel( new SpinnerNumberModel( 0, null, 100, 1 ) );
|
||||
// comboBox1.setEditor( new BasicComboBoxEditor() );
|
||||
}
|
||||
|
||||
// JFormDesigner - Variables declaration - DO NOT MODIFY //GEN-BEGIN:variables
|
||||
|
||||
Reference in New Issue
Block a user