From dbbd6ab849640de94e9713345af7451513064c06 Mon Sep 17 00:00:00 2001 From: Lucas Schumacher Date: Sun, 12 May 2024 21:14:36 -0400 Subject: [PATCH] Fix bode plot window always grows to maximum height --- src/app/debug_plot.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/debug_plot.rs b/src/app/debug_plot.rs index 14331dc..bd8346f 100644 --- a/src/app/debug_plot.rs +++ b/src/app/debug_plot.rs @@ -91,7 +91,6 @@ impl DebugPlots { plot_ui.line(mag_line); plot_ui.line(phase_line); }); - ui.heading("TODO"); } }; });