From 091db5040daaf74039b6363866c3712be699032c Mon Sep 17 00:00:00 2001 From: zhanghang Date: Fri, 20 Jun 2025 14:48:25 +0800 Subject: [PATCH] fix dialog shadow Signed-off-by: zhanghang --- arkui/ace_engine/native/native_dialog.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/arkui/ace_engine/native/native_dialog.h b/arkui/ace_engine/native/native_dialog.h index 5bdde7f9d1e..a59f1afcb52 100644 --- a/arkui/ace_engine/native/native_dialog.h +++ b/arkui/ace_engine/native/native_dialog.h @@ -983,7 +983,8 @@ int32_t OH_ArkUI_CustomDialog_SetShadow(ArkUI_CustomDialogOptions* options, ArkU * @brief Sets the custom shadow of the dialog box background. * * @param options Dialog box parameters. - * @param customShadow Custom shadow parameter. The format is the same as that of the NODE_SHADOW property. + * @param customShadow Custom shadow parameter. The format is the same as that of + * the NODE_CUSTOM_SHADOW property. * @return Returns the error code. * Returns {@link ARKUI_ERROR_CODE_NO_ERROR} if the operation is successful. * Returns {@link ARKUI_ERROR_CODE_PARAM_INVALID} if a parameter error occurs. -- Gitee