diff options
author | akshay-c | 2019-04-26 11:46:09 +0530 |
---|---|---|
committer | akshay-c | 2019-04-26 11:46:09 +0530 |
commit | c42da945ba01864b55358c95ed0833e37af8fcdc (patch) | |
tree | eb3a9bc57f6fd239ba7c839fedc546e4f98c6182 /ldmicro/simulate.cpp | |
parent | 11b0fb9ef4dc1bb34cef5415855fce647a6b0c83 (diff) | |
download | LDmicroQt-c42da945ba01864b55358c95ed0833e37af8fcdc.tar.gz LDmicroQt-c42da945ba01864b55358c95ed0833e37af8fcdc.tar.bz2 LDmicroQt-c42da945ba01864b55358c95ed0833e37af8fcdc.zip |
ConfDialog completed, issues with dialog close resolved
Diffstat (limited to 'ldmicro/simulate.cpp')
-rw-r--r-- | ldmicro/simulate.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |