diff --git a/windows/src/main/cpp/Decorations.cpp b/windows/src/main/cpp/Decorations.cpp index 5ed2a5a0..86c914be 100644 --- a/windows/src/main/cpp/Decorations.cpp +++ b/windows/src/main/cpp/Decorations.cpp @@ -281,6 +281,7 @@ static bool InstallDecorations(HWND handle, bool is_popup) { wrapper->window = handle; wrapper->prev_proc = proc; wrapper->popup_menu = is_popup; + wrapper->resizable = !is_popup; wrapper_map[handle] = wrapper; // Update the window procedure with our custom procedure.