From c42da945ba01864b55358c95ed0833e37af8fcdc Mon Sep 17 00:00:00 2001 From: akshay-c Date: Fri, 26 Apr 2019 11:46:09 +0530 Subject: ConfDialog completed, issues with dialog close resolved --- ldmicro/simulate.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldmicro/simulate.cpp') diff --git a/ldmicro/simulate.cpp b/ldmicro/simulate.cpp index 2d9be0b..9df6a58 100644 --- a/ldmicro/simulate.cpp +++ b/ldmicro/simulate.cpp @@ -958,7 +958,7 @@ void DestroyUartSimulationWindow(void) FreezeDWORD(TerminalW); FreezeDWORD(TerminalH); - DestroyWindow(UartSimulationWindow); + // DestroyWindow(UartSimulationWindow); ProgramChanged(); UartSimulationWindow = NULL; } -- cgit