diff options
author | Akshay Chipkar | 2018-07-23 16:34:58 +0530 |
---|---|---|
committer | GitHub | 2018-07-23 16:34:58 +0530 |
commit | 1d62b0b7053e4f5a8cb6fb9e3b33cf3335b103c8 (patch) | |
tree | a03bc8aa7aae44f3c8305b59a320613d579b8bdb /ldmicro/simulate.cpp | |
parent | 64b9b4a7cf9d7aa0c947c8771eb43d7a60f1f2f1 (diff) | |
parent | 61ffc674a34b8c3ff9c986dedfe90072b5a16369 (diff) | |
download | LDMicroGtk-1d62b0b7053e4f5a8cb6fb9e3b33cf3335b103c8.tar.gz LDMicroGtk-1d62b0b7053e4f5a8cb6fb9e3b33cf3335b103c8.tar.bz2 LDMicroGtk-1d62b0b7053e4f5a8cb6fb9e3b33cf3335b103c8.zip |
Merge pull request #41 from FOSSEE/GUI_port
Big fixes
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 8cee5fe..59e7b6e 100644 --- a/ldmicro/simulate.cpp +++ b/ldmicro/simulate.cpp @@ -957,6 +957,7 @@ void DestroyUartSimulationWindow(void) FreezeDWORD(TerminalH); DestroyWindow(UartSimulationWindow); + ProgramChanged(); UartSimulationWindow = NULL; } |