ToolBar: fixed endless loop if button in Toolbar has focus and is made invisible (issue #884)

This commit is contained in:
Karl Tauber
2024-09-29 19:26:37 +02:00
parent a6ecb0ef85
commit 4e6f538519
2 changed files with 7 additions and 2 deletions

View File

@@ -9,6 +9,8 @@ FlatLaf Change Log
using custom component that overrides `Component.contains(int x, int y)` and
invokes `SwingUtilities.convertPoint()` (or similar) from the overridden
method. (issue #878)
- ToolBar: Fixed endless loop if button in Toolbar has focus and is made
invisible. (issue #884)
## 3.5.1