From c5cd68015c6f5ccff93d77c2372a7dd184860b47 Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Fri, 7 Aug 2026 16:16:36 +0200 Subject: [PATCH] Remove the controls only when ngSpice_Reset has been called. --- src/sharedspice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sharedspice.c b/src/sharedspice.c index adc962ebc..902e50c97 100644 --- a/src/sharedspice.c +++ b/src/sharedspice.c @@ -2578,7 +2578,7 @@ static int totalreset(void) destroy_wallace(); -// rem_controls(); + rem_controls(); while (ft_curckt) { com_remcirc(NULL);