mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-12 06:57:13 -06:00
Native window decorations: fixed layout loop (issue #420)
This commit is contained in:
@@ -67,6 +67,8 @@ FlatLaf Change Log
|
|||||||
- Linux: Fixed NPE when using `java.awt.TrayIcon`. (issue #405)
|
- Linux: Fixed NPE when using `java.awt.TrayIcon`. (issue #405)
|
||||||
- FileChooser: Workaround for crash on Windows with Java 17 32-bit (disabled
|
- FileChooser: Workaround for crash on Windows with Java 17 32-bit (disabled
|
||||||
Windows icons). Java 17 64-bit is not affected. (issue #403)
|
Windows icons). Java 17 64-bit is not affected. (issue #403)
|
||||||
|
- Native window decorations: Fixed layout loop, which may occur under special
|
||||||
|
circumstances and slows down the application. (issue #420)
|
||||||
|
|
||||||
|
|
||||||
## 1.6.1
|
## 1.6.1
|
||||||
|
|||||||
@@ -508,7 +508,7 @@ public class FlatTitlePane
|
|||||||
|
|
||||||
protected void menuBarLayouted() {
|
protected void menuBarLayouted() {
|
||||||
updateNativeTitleBarHeightAndHitTestSpotsLater();
|
updateNativeTitleBarHeightAndHitTestSpotsLater();
|
||||||
revalidate();
|
doLayout();
|
||||||
}
|
}
|
||||||
|
|
||||||
/*debug
|
/*debug
|
||||||
|
|||||||
Reference in New Issue
Block a user