From d013a35ef5bb3b45b46362c67d6f3ca52a54e96d Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期一, 01 七月 2024 16:07:55 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj --- jrj/project/vindexform.cpp | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/jrj/project/vindexform.cpp b/jrj/project/vindexform.cpp index 46c6329..7707025 100644 --- a/jrj/project/vindexform.cpp +++ b/jrj/project/vindexform.cpp @@ -26,8 +26,7 @@ public: static vindexform * CreateInstance(void* implPtr,void* hWnd) { - vindexform* pWin = new vindexform(implPtr,(HWND)hWnd); - return pWin; + return new vindexform(implPtr,(HWND)hWnd); } public: int OnDWClick(TEvent* evt, int p) @@ -80,7 +79,8 @@ int t2 = r.top; int b2 = r.bottom; - MoveWindow(m_hMenu, l - 7, b, 220, b2 - t2, false); + MoveWindow(m_hMenu, l - 7, b, 220, b2 - t2, true); + return 1; } -- Gitblit v1.9.3