From 8d499b100176567d121f6039b7352f9ff09862a6 Mon Sep 17 00:00:00 2001 From: xj qian <qianxj15@sina.com> Date: 星期四, 27 六月 2024 18:09:27 +0800 Subject: [PATCH] Merge branch 'master' of http://116.62.18.175:6699/r/mis-prj --- jrj/xframe/wobject/xwin.hpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/jrj/xframe/wobject/xwin.hpp b/jrj/xframe/wobject/xwin.hpp index a1afa9b..5929193 100644 --- a/jrj/xframe/wobject/xwin.hpp +++ b/jrj/xframe/wobject/xwin.hpp @@ -27,7 +27,7 @@ } void SetArg() { - SetArg(GetWinParam()); + if(GetWinParam()) SetArg(GetWinParam()); } public: xwin(void * impl, HWND hWnd):xview(impl,hWnd){} -- Gitblit v1.9.3