macOS large title bar: fixed wrong "main" JToolBar height and left inset after leaving full screen

This commit is contained in:
Karl Tauber
2023-12-14 18:51:03 +01:00
parent f3be3f2d1c
commit 13528b49cb
6 changed files with 101 additions and 37 deletions

View File

@@ -18,9 +18,9 @@ JNIEXPORT jboolean JNICALL Java_com_formdev_flatlaf_ui_FlatNativeMacLibrary_setW
/*
* Class: com_formdev_flatlaf_ui_FlatNativeMacLibrary
* Method: setWindowToolbar
* Signature: (Ljava/awt/Window;Z)V
* Signature: (Ljava/awt/Window;Z)Z
*/
JNIEXPORT void JNICALL Java_com_formdev_flatlaf_ui_FlatNativeMacLibrary_setWindowToolbar
JNIEXPORT jboolean JNICALL Java_com_formdev_flatlaf_ui_FlatNativeMacLibrary_setWindowToolbar
(JNIEnv *, jclass, jobject, jboolean);
/*