From 61ffc674a34b8c3ff9c986dedfe90072b5a16369 Mon Sep 17 00:00:00 2001 From: Rr42 Date: Fri, 29 Jun 2018 20:05:46 +0530 Subject: Patch: Fixes bug where the IoList table did not update on name change. --- ldmicro/simulate.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'ldmicro/simulate.cpp') 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; } -- cgit