Tree: Fixed editing cell issue with custom cell renderer and cell editor that use same component for rendering and editing (fixes #385)

This commit is contained in:
Karl Tauber
2021-09-15 19:39:44 +02:00
parent 5aa2d24d58
commit 161ee090a8
2 changed files with 35 additions and 12 deletions

View File

@@ -1,6 +1,14 @@
FlatLaf Change Log
==================
## 2.0-SNAPSHOT
#### 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
#### New features and improvements