TableHeader: fixed exception when changing table structure (e.g. removing column) from a table header popup menu action (issue #532)

This commit is contained in:
Karl Tauber
2022-05-31 18:53:49 +02:00
parent a49d20249f
commit 6c18431a30
4 changed files with 66 additions and 1 deletions

View File

@@ -1,6 +1,14 @@
FlatLaf Change Log
==================
## 2.4-SNAPSHOT
#### Fixed bugs
- TableHeader: Fixed exception when changing table structure (e.g. removing
column) from a table header popup menu action. (issue #532)
## 2.3
#### New features and improvements