summaryrefslogtreecommitdiff
path: root/ldmicro/simulate.cpp
diff options
context:
space:
mode:
authorakshay-c2019-04-26 11:46:09 +0530
committerakshay-c2019-04-26 11:46:09 +0530
commitc42da945ba01864b55358c95ed0833e37af8fcdc (patch)
treeeb3a9bc57f6fd239ba7c839fedc546e4f98c6182 /ldmicro/simulate.cpp
parent11b0fb9ef4dc1bb34cef5415855fce647a6b0c83 (diff)
downloadLDmicroQt-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.cpp2
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;
}