diff options
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; } |