From d06962cb8899f4da46be06f26a20cdbc01e19a3e Mon Sep 17 00:00:00 2001 From: gb <741021719@qq.com> Date: Wed, 8 Mar 2023 18:21:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=87=8D=E5=A4=8D=E5=88=9D?= =?UTF-8?q?=E5=A7=8B=E5=8C=96UI=E7=95=8C=E9=9D=A2=E6=97=B6=EF=BC=8C?= =?UTF-8?q?=E5=AF=B9=E8=B1=A1=E5=B1=9E=E6=80=A7=E5=A4=B1=E6=95=88=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E5=B4=A9=E6=BA=83-=E6=B1=89=E7=8E=8B?= =?UTF-8?q?=E5=8F=8D=E9=A6=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sane/DlgPage.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/sane/DlgPage.cpp b/sane/DlgPage.cpp index 2498f48..b8f2912 100644 --- a/sane/DlgPage.cpp +++ b/sane/DlgPage.cpp @@ -32,6 +32,7 @@ dlg_base::~dlg_base() { if (IsWindow(hwnd_)) { + SetPropW(hwnd_, dlg_base::prop_name.c_str(), NULL); //if (GetCurrentThreadId() == GetWindowThreadProcessId(hwnd_, NULL)) DestroyWindow(hwnd_); }