mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
Merge branch 'release-1.6.2' into main
# Conflicts: # CHANGELOG.md
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -55,11 +55,19 @@ FlatLaf Change Log
|
|||||||
|
|
||||||
#### Fixed bugs
|
#### Fixed bugs
|
||||||
|
|
||||||
|
- Tree: Fixed editing cell issue with custom cell renderer and cell editor that
|
||||||
|
use same component for rendering and editing. (issue #385)
|
||||||
|
|
||||||
|
|
||||||
|
## 1.6.2
|
||||||
|
|
||||||
|
#### Fixed bugs
|
||||||
|
|
||||||
- ComboBox (not editable): Fixed background painted outside of border if round
|
- ComboBox (not editable): Fixed background painted outside of border if round
|
||||||
edges are enabled (client property `JComponent.roundRect` is `true`). (similar
|
edges are enabled (client property `JComponent.roundRect` is `true`). (similar
|
||||||
to issue #382; regression since fixing #330 in FlatLaf 1.4)
|
to issue #382; regression since fixing #330 in FlatLaf 1.4)
|
||||||
- Tree: Fixed editing cell issue with custom cell renderer and cell editor that
|
- ComboBox: Fixed `NullPointerException`, which may occur under special
|
||||||
use same component for rendering and editing. (issue #385)
|
circumstances. (issue #408)
|
||||||
- Table: Do not select text in cell editor when it gets focus (when
|
- Table: Do not select text in cell editor when it gets focus (when
|
||||||
`JTable.surrendersFocusOnKeystroke` is `true`) and
|
`JTable.surrendersFocusOnKeystroke` is `true`) and
|
||||||
`TextComponent.selectAllOnFocusPolicy` is `once` (the default) or `always`.
|
`TextComponent.selectAllOnFocusPolicy` is `once` (the default) or `always`.
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
val releaseVersion = "1.6.1"
|
val releaseVersion = "1.6.2"
|
||||||
val developmentVersion = "2.0-SNAPSHOT"
|
val developmentVersion = "2.0-SNAPSHOT"
|
||||||
|
|
||||||
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion
|
version = if( java.lang.Boolean.getBoolean( "release" ) ) releaseVersion else developmentVersion
|
||||||
|
|||||||
Reference in New Issue
Block a user