From f32b44b918ab990eb99b6f9629079873204d5919 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 15 Apr 2018 13:52:18 +0300 Subject: fixes #1269 (Cannot reopen Import) --- plugins/Import/src/wizard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Import/src/wizard.cpp b/plugins/Import/src/wizard.cpp index 459b0f4391..b264818be6 100644 --- a/plugins/Import/src/wizard.cpp +++ b/plugins/Import/src/wizard.cpp @@ -165,7 +165,7 @@ INT_PTR CALLBACK WizardDlgProc(HWND hdlg, UINT message, WPARAM wParam, LPARAM lP break; case WM_DESTROY: - hwndWizard = nullptr; + hwndWizard = hwndPage = nullptr; if (g_bSendQuit) PostQuitMessage(0); } -- cgit v1.2.3