From f91b17fb69ff2d1a206c9e0bd7ad583c1f91eb3e Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期一, 08 七月 2024 17:09:02 +0800 Subject: [PATCH] update filter --- jrj/project/business/Public/search.dialog.cpp | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/jrj/project/business/Public/search.dialog.cpp b/jrj/project/business/Public/search.dialog.cpp index 056c4ad..2bd1abc 100644 --- a/jrj/project/business/Public/search.dialog.cpp +++ b/jrj/project/business/Public/search.dialog.cpp @@ -84,10 +84,12 @@ AttachEvent(L"WM_XCOMMAND", (FEvent)&SearchDlg::OnXCommand); //获取焦点事件,用于重置工具条 AttachEvent(L"WM_SETFOCUS", (FEvent)&SearchDlg::OnSetFocus); + return 1; } int onload() { + SetArg(); sle_1 = GetControl(L"sl_search"); int x = GetWindowLong(GetHWND(), -16); //GWL_STYLE x = x + 0x0008; -- Gitblit v1.9.3