diff options
Diffstat (limited to 'ldmicro/simulate.cpp')
-rw-r--r-- | ldmicro/simulate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ldmicro/simulate.cpp b/ldmicro/simulate.cpp index 0b3c206..ff7a870 100644 --- a/ldmicro/simulate.cpp +++ b/ldmicro/simulate.cpp @@ -956,6 +956,7 @@ void DestroyUartSimulationWindow(void) FreezeDWORD(TerminalH); DestroyWindow(UartSimulationWindow); + ProgramChanged(); UartSimulationWindow = NULL; } |