mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-15 16:27:13 -06:00
Native window decorations: when resizing a window to the right or to the bottom, then first fill the new space with the window background color (instead of black) before the layout is updated (issue #339)
This commit is contained in:
@@ -26,6 +26,7 @@ public:
|
||||
static HWND install( JNIEnv *env, jobject obj, jobject window );
|
||||
static void uninstall( JNIEnv *env, jobject obj, HWND hwnd );
|
||||
static void updateFrame( HWND hwnd, int state );
|
||||
static void setWindowBackground( HWND hwnd, int r, int g, int b );
|
||||
|
||||
private:
|
||||
static int initialized;
|
||||
|
||||
Reference in New Issue
Block a user